Orxonox  0.0.5 Codename: Arcturus
Classes | Namespaces
Destroyable.h File Reference

Declaration of Destroyable, the base class of all objects which can be used with StrongPtr and WeakPtr. More...

#include "core/CorePrereqs.h"
#include <set>

Go to the source code of this file.

Classes

class  orxonox::Destroyable
 Classes must inherit from this class if they should be used with StrongPtr or WeakPtr. More...
 
class  orxonox::DestructionListener
 This listener is used to inform weak pointers if an object of type Destroyable gets destroyed. More...
 

Namespaces

 orxonox
 Die Wagnis Klasse hat die folgenden Aufgaben:
 

Detailed Description

Declaration of Destroyable, the base class of all objects which can be used with StrongPtr and WeakPtr.