Changeset 792 for code/branches/core/src/util/substring.h
- Timestamp:
- Feb 9, 2008, 7:32:06 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core/src/util/substring.h
r790 r792 59 59 #include <string> 60 60 61 #include "UtilPrereqs.h" 61 62 62 63 //! A class that can load one string and split it in multipe ones … … 65 66 * It can be used, to Split strings append them and join them again. 66 67 */ 67 class SubString68 class _UtilExport SubString 68 69 { 69 70 public:
Note: See TracChangeset
for help on using the changeset viewer.