Changeset 205 for cpp/frams/util/extvalue.h
- Timestamp:
- 04/02/14 16:19:03 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/util/extvalue.h
r197 r205 127 127 ExtValue(const SString &v) {sets(v);} 128 128 ExtValue(const ExtObject &srco) {seto(srco);} 129 static ExtValue invalid() {ExtValue v; v.setInvalid(); return v;} 129 130 long compare(const ExtValue& src) const; 130 131 int operator==(const ExtValue& src) const;
Note: See TracChangeset
for help on using the changeset viewer.