Changes in src/SynTree/Constant.h [2c37f34:d56e5bc]
- File:
-
- 1 edited
-
src/SynTree/Constant.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/Constant.h
r2c37f34 rd56e5bc 9 9 // Author : Richard C. Bilson 10 10 // Created On : Mon May 18 07:44:20 2015 11 // Last Modified By : Andrew Beach12 // Last Modified On : Thr Jun 22 10:13:00201713 // Update Count : 1 511 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Wed Jun 21 16:44:48 2017 13 // Update Count : 14 14 14 // 15 15 … … 33 33 void set_value( std::string newValue ) { rep = newValue; } 34 34 35 /// generates a boolean constant of the given bool36 static Constant from_bool( bool b );37 35 /// generates an integer constant of the given int 38 36 static Constant from_int( int i );
Note:
See TracChangeset
for help on using the changeset viewer.