Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Apr 27, 2006, 4:23:55 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: SubString more functionality

File:
1 edited

Legend:

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

    r7340 r7398  
    3737  // operate on the SubString
    3838  SubString& operator=(const SubString& subString);
    39   bool operator==(const SubString& subString);
     39  bool operator==(const SubString& subString) const;
     40  bool compare(const SubString& subString) const;
     41  bool compare(const SubString& subString, unsigned int length) const;
    4042  SubString operator+(const SubString& subString) const;
    4143  SubString& operator+=(const SubString& subString);
Note: See TracChangeset for help on using the changeset viewer.