Changeset 367 for cpp/frams/util/sstring.h
- Timestamp:
- 04/20/15 03:15:26 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/util/sstring.h
r348 r367 72 72 SString(int x); ///< string with initial buffer size 73 73 SString(const SString& from); ///< duplicate string 74 SString(SString&& from); ///< move 74 75 ~SString(); 75 76
Note: See TracChangeset
for help on using the changeset viewer.