Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6648 in orxonox.OLD for trunk/src/lib


Ignore:
Timestamp:
Jan 21, 2006, 7:09:02 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: built two new functions for the NETWORK precache

fromResourceableStrin and toResourceableString

these two functions can be used to CACHE a Resource loaded on one Machine on the other one

File:
1 edited

Legend:

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

    r5656 r6648  
    1616  ~SubString();
    1717
     18  const char* operator[](unsigned int i) { return this->getString(i); };
     19
    1820  inline unsigned int getCount() { return this->splittersCount; };
    1921  const char* getString(unsigned int i);
Note: See TracChangeset for help on using the changeset viewer.