Changes in src/SynTree/Constant.h [b91bfde:7870799]
- File:
-
- 1 edited
-
src/SynTree/Constant.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/Constant.h
rb91bfde r7870799 47 47 /// generates an integer constant of the given unsigned long int 48 48 static Constant from_ulong( unsigned long i ); 49 /// generates a string constant from the given string (char type, unquoted string)50 static Constant from_string( const std::string & string );51 49 52 50 /// generates a null pointer value for the given type. void * if omitted.
Note:
See TracChangeset
for help on using the changeset viewer.