Changes in src/GenPoly/DeclMutator.h [dbd8652:b0b958a]
- File:
-
- 1 edited
-
src/GenPoly/DeclMutator.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/GenPoly/DeclMutator.h
rdbd8652 rb0b958a 55 55 /// Add a declaration to the list to be added before the current position 56 56 void addDeclaration( Declaration* decl ); 57 /// Add a declaration to the list to be added after the current position58 void addDeclarationAfter( Declaration* decl );59 57 private: 60 58 /// A stack of declarations to add before the current declaration or statement 61 59 std::vector< std::list< Declaration* > > declsToAdd; 62 /// A stack of declarations to add after the current declaration or statement63 std::vector< std::list< Declaration* > > declsToAddAfter;64 60 }; 65 61 } // namespace
Note:
See TracChangeset
for help on using the changeset viewer.