Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5656 in orxonox.OLD for trunk/src/lib/util/substring.h


Ignore:
Timestamp:
Nov 20, 2005, 9:45:28 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: new Version of the String-splitter (without Escape-sequence for the time being)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/util/substring.h

    r5200 r5656  
    1313  SubString(const char* string, char splitter = ',');
    1414  SubString(const char* string, bool whiteSpaces);
     15  SubString(const char* string, const char* splitters, char escapeChar ='\\');
    1516  ~SubString();
    1617
Note: See TracChangeset for help on using the changeset viewer.