Changeset 228 for cpp/frams/util/extvalue.h
- Timestamp:
- 04/24/14 23:57:44 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/util/extvalue.h
r222 r228 157 157 ExtObject getObject() const; 158 158 bool isNull() const {return (type==TUnknown)||((type==TObj)&&odata().isEmpty());} 159 SString typeDescription() const;//< @return human readable type name (used in error messages) 159 160 const char* parseNumber(const char* in); 160 161 const char* deserialize(const char* in);//< @return first character after the succesfully parsed string or NULL if failed
Note: See TracChangeset
for help on using the changeset viewer.