Changes in src/AST/Fwd.hpp [6d51bd7:e0115286]
- File:
-
- 1 edited
-
src/AST/Fwd.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Fwd.hpp
r6d51bd7 re0115286 137 137 138 138 class TypeSubstitution; 139 140 std::string toString( const Node * );141 139 142 140 //================================================================================================= … … 357 355 inline void increment( const class Constant *, Node::ref_type ); 358 356 inline void decrement( const class Constant *, Node::ref_type ); 357 inline void increment( const class Label *, Node::ref_type ); 358 inline void decrement( const class Label *, Node::ref_type ); 359 359 inline void increment( const class Attribute *, Node::ref_type ); 360 360 inline void decrement( const class Attribute *, Node::ref_type );
Note:
See TracChangeset
for help on using the changeset viewer.