Changes in src/SynTree/Constant.h [ca35c51:cb4c607]
- File:
-
- 1 edited
-
src/SynTree/Constant.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/Constant.h
rca35c51 rcb4c607 10 10 // Created On : Mon May 18 07:44:20 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Thu Ju n 30 13:33:17 201613 // Update Count : 612 // Last Modified On : Thu Jul 30 15:19:16 2015 13 // Update Count : 5 14 14 // 15 15 … … 29 29 Type *get_type() { return type; } 30 30 void set_type( Type *newValue ) { type = newValue; } 31 std::string &get_value() { return value; }31 std::string get_value() { return value; } 32 32 void set_value( std::string newValue ) { value = newValue; } 33 33
Note:
See TracChangeset
for help on using the changeset viewer.