Orxonox  0.0.5 Codename: Arcturus
object Directory Reference

Files

file  ClassFactory.h [code]
 Definition and implementation of the ClassFactory class.
 
file  Context.cc
 Implementation of Context.
 
file  Context.h [code]
 
file  Destroyable.cc
 Implementation of Destroyable.
 
file  Destroyable.h [code]
 Declaration of Destroyable, the base class of all objects which can be used with StrongPtr and WeakPtr.
 
file  DestroyLaterManager.cc
 
file  DestroyLaterManager.h [code]
 
file  Iterator.h [code]
 Definition of the Iterator class, used to iterate through object-lists.
 
file  IteratorBase.h [code]
 Definition of the IteratorBase class, used to iterate through object-lists.
 
file  Listable.cc
 Implementation of Listable.
 
file  Listable.h [code]
 Declaration of Listable, the base of all classes whose instances can be stored in object lists.
 
file  ObjectList.h [code]
 Definition of the ObjectList class, a wrapper of ObjectListBase.
 
file  ObjectListBase.cc
 Implementation of the ObjectListBase class.
 
file  ObjectListBase.h [code]
 Declaration of the ObjectListBase class which stores all objects of each class.
 
file  ObjectListIterator.h [code]
 Definition of the ObjectListIterator class, used to iterate through object-lists.
 
file  StrongPtr.h [code]
 Definition of StrongPtr<T>, wraps a pointer to an object and keeps it alive.
 
file  WeakPtr.h [code]
 Definition of WeakPtr<T>, wraps a pointer to an object.