Changes in src/SynTree/Initializer.h [c4d80cb:e149f77]
- File:
-
- 1 edited
-
src/SynTree/Initializer.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/Initializer.h
rc4d80cb re149f77 117 117 Statement * ctor; 118 118 Statement * dtor; 119 // C-style initializer made up of SingleInit and ListInit nodes to use as a fallback120 // if an appropriate constructor definition is not found by the resolver121 Initializer * init;122 119 123 120 ConstructorInit( Statement * ctor, Statement * dtor, Initializer * init ); … … 138 135 139 136 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; 140 140 }; 141 141
Note:
See TracChangeset
for help on using the changeset viewer.