Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Virtual/Tables.h

    recfd758 r69c5c00  
    1010// Created On       : Mon Aug 31 11:07:00 2020
    1111// Last Modified By : Andrew Beach
    12 // Last Modified On : Thr Apr  8 15:55:00 2021
    13 // Update Count     : 1
     12// Last Modified On : Tue Sep  1 14:29:00 2020
     13// Update Count     : 0
    1414//
    1515
     
    2222namespace Virtual {
    2323
    24 std::string typeIdType( std::string const & type_name );
    25 std::string typeIdName( std::string const & type_name );
    2624std::string vtableTypeName( std::string const & type_name );
    2725std::string instanceName( std::string const & vtable_name );
     
    5250 */
    5351
    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 
    5952}
Note: See TracChangeset for help on using the changeset viewer.