Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7162 in orxonox.OLD for trunk/src/lib/lang/class_list.h


Ignore:
Timestamp:
Feb 18, 2006, 3:58:03 PM (18 years ago)
Author:
bensch
Message:

using vector instead of list in classList

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/lang/class_list.h

    r6280 r7162  
    1010#include "class_id.h"
    1111#include <list>
     12#include <vector>
    1213#ifndef NULL
    1314#define NULL     0    //!< NULL
     
    7374
    7475    // STATIC MEMBERS
    75     static std::list<ClassList>*    classList;              //!< The first Class in the List
     76    static std::vector<ClassList>*  classList;              //!< The list of ClassLists.
    7677    static std::list<const char*>   classNames;             //!< a List of all Names of all classes, that have registered so far.
    7778};
Note: See TracChangeset for help on using the changeset viewer.