Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5100 in orxonox.OLD for trunk/src/util/loading/load_param.h


Ignore:
Timestamp:
Aug 22, 2005, 12:42:28 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: testing some AutoCompletion in the Shell.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/util/loading/load_param.h

    r5099 r5100  
    3131// Forward Declaration //
    3232template<class T> class tList;
     33template<class T> class Array;
    3334
    3435//! macro that makes it even more easy to load a Parameter
     
    310311  LoadParamDescription* addParam(const char* paramName);
    311312
    312 
    313313  static void printAll(const char* fileName = NULL);
     314  static Array<char*>* searchClassWithShort(const char* classNameBegin);
     315//  static const LoadParamDescription* getClass(const char* className);
    314316
    315317 private:
Note: See TracChangeset for help on using the changeset viewer.