Changes in src/InitTweak/InitTweak.h [62e5546:207c7e1d]
- File:
-
- 1 edited
-
src/InitTweak/InitTweak.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/InitTweak/InitTweak.h
r62e5546 r207c7e1d 32 32 bool isCtorDtorAssign( const std::string & ); 33 33 34 FunctionDecl * isAssignment( Declaration * decl ); 35 FunctionDecl * isDestructor( Declaration * decl ); 36 FunctionDecl * isDefaultConstructor( Declaration * decl ); 34 37 FunctionDecl * isCopyConstructor( Declaration * decl ); 35 38 FunctionDecl * isCopyFunction( Declaration * decl, const std::string & fname );
Note:
See TracChangeset
for help on using the changeset viewer.