Changes in src/InitTweak/InitTweak.h [dcd73d1:ee1635c8]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/InitTweak/InitTweak.h
rdcd73d1 ree1635c8 28 28 bool isConstructor( const std::string & ); 29 29 bool isDestructor( const std::string & ); 30 bool isAssignment( const std::string & ); 30 31 bool isCtorDtor( const std::string & ); 32 bool isCtorDtorAssign( const std::string & ); 31 33 32 34 FunctionDecl * isCopyConstructor( Declaration * decl ); 35 FunctionDecl * isCopyFunction( Declaration * decl, const std::string & fname ); 33 36 34 37 /// transform Initializer into an argument list that can be passed to a call expression
Note: See TracChangeset
for help on using the changeset viewer.