Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9666 in orxonox.OLD for trunk/src/lib/lang/new_object_list.h


Ignore:
Timestamp:
Aug 20, 2006, 11:51:51 PM (18 years ago)
Author:
bensch
Message:

trunk: going towards the implementation

File:
1 edited

Legend:

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

    r9665 r9666  
    2323{
    2424public:
     25  class IteratorBase { };
     26
     27public:
    2528  int id() const { return _id; };
    2629  const std::string& name() const { return _name; };
     
    4043
    4144protected:
    42   class IteratorBase { };
    4345
    4446  NewObjectListBase(const std::string& className);
     
    7779  typedef typename list::iterator     iterator;
    7880
    79   class Iterator : public NewObjectListBase::IteratorBase
     81class Iterator : public NewObjectListBase::IteratorBase
    8082  {
    8183  public:
Note: See TracChangeset for help on using the changeset viewer.