Changes in src/InitTweak/GenInit.h [092528b:f0121d7]
- File:
-
- 1 edited
-
src/InitTweak/GenInit.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/InitTweak/GenInit.h
r092528b rf0121d7 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 argument31 ImplicitCtorDtorStmt * genCtorDtor( const std::string & fname, ObjectDecl * objDecl, Expression * arg = nullptr );32 33 30 /// creates an appropriate ConstructorInit node which contains a constructor, destructor, and C-initializer 34 31 ConstructorInit * genCtorInit( ObjectDecl * objDecl );
Note:
See TracChangeset
for help on using the changeset viewer.