Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9314 in orxonox.OLD for branches/proxy/src/lib/util


Ignore:
Timestamp:
Jul 18, 2006, 1:48:19 AM (19 years ago)
Author:
bensch
Message:

orxonox/proxy:
removed the tokenizer (partly) from all orxonox code and reset it with SubString

@patrick: ok like this, hope it works :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/lib/util/substring.h

    r9313 r9314  
    9191  /** @returns the back of the StringList. */
    9292  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(); };
    9395
    9496  // the almighty algorithm.
Note: See TracChangeset for help on using the changeset viewer.