Changes in src/InitTweak/GenInit.h [f0121d7:092528b]
- File:
-
- 1 edited
-
src/InitTweak/GenInit.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/InitTweak/GenInit.h
rf0121d7 r092528b 28 28 void genInit( std::list< Declaration * > & translationUnit ); 29 29 30 /// generates a single ctor/dtor statement using objDecl as the 'this' parameter and arg as the optional argument 31 ImplicitCtorDtorStmt * genCtorDtor( const std::string & fname, ObjectDecl * objDecl, Expression * arg = nullptr ); 32 30 33 /// creates an appropriate ConstructorInit node which contains a constructor, destructor, and C-initializer 31 34 ConstructorInit * genCtorInit( ObjectDecl * objDecl );
Note:
See TracChangeset
for help on using the changeset viewer.