Changes in src/SynTree/Attribute.h [68f9c43:54c9000]
- File:
-
- 1 edited
-
src/SynTree/Attribute.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/Attribute.h
r68f9c43 r54c9000 36 36 Attribute( std::string name = "", const std::list< Expression * > & parameters = std::list< Expression * >() ) : name( name ), parameters( parameters ) {} 37 37 Attribute( const Attribute &other ); 38 virtual ~Attribute(); 38 39 39 40 std::string get_name() const { return name; }
Note:
See TracChangeset
for help on using the changeset viewer.