Changeset 9314 in orxonox.OLD for branches/proxy/src/lib/util
- Timestamp:
- Jul 18, 2006, 1:48:19 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/util/substring.h
r9313 r9314 91 91 /** @returns the back of the StringList. */ 92 92 inline const std::string& back() const { return this->strings.back(); }; 93 /** @brief removes the back of the strings list. */ 94 inline void pop_back() { this->strings.pop_back(); }; 93 95 94 96 // the almighty algorithm.
Note: See TracChangeset
for help on using the changeset viewer.