Changes in src/AST/Fwd.hpp [e0115286:6d51bd7]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Fwd.hpp
re0115286 r6d51bd7 137 137 138 138 class TypeSubstitution; 139 140 std::string toString( const Node * ); 139 141 140 142 //================================================================================================= … … 355 357 inline void increment( const class Constant *, Node::ref_type ); 356 358 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.