Changes in src/SynTree/Label.h [94e025a2:6b0b624]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/Label.h
r94e025a2 r6b0b624 33 33 std::list< Attribute * >& get_attributes() { return attributes; } 34 34 35 operator std::string() const{ return name; }35 operator std::string() { return name; } 36 36 bool empty() { return name.empty(); } 37 37 private:
Note:
See TracChangeset
for help on using the changeset viewer.