Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Sep 18, 2005, 3:49:21 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: aliases now can also take arguments

File:
1 edited

Legend:

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

    r5183 r5200  
    1717  inline unsigned int getCount() { return this->splittersCount; };
    1818  const char* getString(unsigned int i);
     19  unsigned int getOffset(unsigned int i);
    1920
    2021  void debug() const;
     
    2223 private:
    2324  char**          strings;                      //!< strings produced from a single string splitted in multiple strings
     25  unsigned int*   offsets;                      //!< offsets of the beginning of the input-string to the beginning of each substring.
    2426  unsigned int    splittersCount;               //!< how many splitted parts
    2527};
Note: See TracChangeset for help on using the changeset viewer.