Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Initializer.h

    rc4d80cb re149f77  
    117117        Statement * ctor;
    118118        Statement * dtor;
    119         // C-style initializer made up of SingleInit and ListInit nodes to use as a fallback
    120         // if an appropriate constructor definition is not found by the resolver
    121         Initializer * init;
    122119
    123120        ConstructorInit( Statement * ctor, Statement * dtor, Initializer * init );
     
    138135
    139136  private:
     137        // C-style initializer made up of SingleInit and ListInit nodes to use as a fallback
     138        // if an appropriate constructor definition is not found by the resolver
     139        Initializer * init;
    140140};
    141141
Note: See TracChangeset for help on using the changeset viewer.