Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Virtual/Tables.h

    rb583113 recfd758  
    1010// Created On       : Mon Aug 31 11:07:00 2020
    1111// Last Modified By : Andrew Beach
    12 // Last Modified On : Wed Apr 21 10:30:00 2021
    13 // Update Count     : 2
     12// Last Modified On : Thr Apr  8 15:55:00 2021
     13// Update Count     : 1
    1414//
    1515
     
    2727std::string instanceName( std::string const & vtable_name );
    2828std::string vtableInstanceName( std::string const & type_name );
    29 std::string concurrentDefaultVTableName();
    3029bool isVTableInstanceName( std::string const & name );
    3130
    32 ObjectDecl * makeVtableForward(
    33         std::string const & name, StructInstType * vtableType );
     31ObjectDecl * makeVtableForward( StructInstType * vtableType );
    3432/* Create a forward declaration of a vtable of the given type.
    3533 * vtableType node is consumed.
    3634 */
    3735
    38 ObjectDecl * makeVtableInstance(
    39         std::string const & name,
    40         StructInstType * vtableType, Type * objectType,
     36ObjectDecl * makeVtableInstance( StructInstType * vtableType, Type * objectType,
    4137        Initializer * init = nullptr );
    4238/* Create an initialized definition of a vtable.
Note: See TracChangeset for help on using the changeset viewer.