Changes in src/InitTweak/GenInit.h [16ba4a6f:490fb92e]
- File:
-
- 1 edited
-
src/InitTweak/GenInit.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/InitTweak/GenInit.h
r16ba4a6f r490fb92e 52 52 GenPoly::ScopedSet< std::string > managedTypes; 53 53 }; 54 55 class ManagedTypes_new {56 public:57 bool isManaged( const ast::ObjectDecl * objDecl ) const ; // determine if object is managed58 bool isManaged( const ast::Type * type ) const; // determine if type is managed59 60 void handleDWT( const ast::DeclWithType * dwt ); // add type to managed if ctor/dtor61 void handleStruct( const ast::StructDecl * aggregateDecl ); // add type to managed if child is managed62 63 void beginScope();64 void endScope();65 private:66 GenPoly::ScopedSet< std::string > managedTypes;67 };68 54 } // namespace 69 55
Note:
See TracChangeset
for help on using the changeset viewer.