Changeset 9736 in orxonox.OLD for branches/new_class_id/src/lib/util/substring.cc
- Timestamp:
- Sep 16, 2006, 12:25:40 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/util/substring.cc
r9406 r9736 109 109 /** @brief Helper that gets you a String consisting of all WhiteSpaces and the Comma */ 110 110 const std::string SubString::WhiteSpacesWithComma = " \n\t,"; 111 /** An Empty SubString */ 112 const SubString SubString::NullSubString = SubString(); 111 113 112 114 /**
Note: See TracChangeset
for help on using the changeset viewer.