Changes in src/Virtual/Tables.h [69c5c00:ecfd758]
- File:
-
- 1 edited
-
src/Virtual/Tables.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Virtual/Tables.h
r69c5c00 recfd758 10 10 // Created On : Mon Aug 31 11:07:00 2020 11 11 // Last Modified By : Andrew Beach 12 // Last Modified On : T ue Sep 1 14:29:00 202013 // Update Count : 012 // Last Modified On : Thr Apr 8 15:55:00 2021 13 // Update Count : 1 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 ); 24 26 std::string vtableTypeName( std::string const & type_name ); 25 27 std::string instanceName( std::string const & vtable_name ); … … 50 52 */ 51 53 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 52 59 }
Note:
See TracChangeset
for help on using the changeset viewer.