Changes in src/Virtual/Tables.h [ecfd758:69c5c00]
- File:
-
- 1 edited
-
src/Virtual/Tables.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Virtual/Tables.h
recfd758 r69c5c00 10 10 // Created On : Mon Aug 31 11:07:00 2020 11 11 // Last Modified By : Andrew Beach 12 // Last Modified On : T hr Apr 8 15:55:00 202113 // Update Count : 112 // Last Modified On : Tue Sep 1 14:29:00 2020 13 // Update Count : 0 14 14 // 15 15 … … 22 22 namespace Virtual { 23 23 24 std::string typeIdType( std::string const & type_name );25 std::string typeIdName( std::string const & type_name );26 24 std::string vtableTypeName( std::string const & type_name ); 27 25 std::string instanceName( std::string const & vtable_name ); … … 52 50 */ 53 51 54 ObjectDecl * makeTypeIdInstance( StructInstType const * typeIdType );55 /* Build an instance of the type-id from the type of the type-id.56 * TODO: Should take the parent type. Currently locked to the exception_t.57 */58 59 52 }
Note:
See TracChangeset
for help on using the changeset viewer.