Orxonox  0.0.5 Codename: Arcturus
Classes | Namespaces

Definition and implementation of the ClassFactory class. More...

#include "core/CorePrereqs.h"
#include <string>
#include "util/Output.h"

Go to the source code of this file.

Classes

class  orxonox::ClassFactory< T >
 The ClassFactory is the base-class of all class-spezific factories. More...
 
class  orxonox::ClassFactoryNoArgs< T >
 The ClassFactoryNoArgs is able to create new objects of a specific class that require no constructor arguments. More...
 
class  orxonox::ClassFactoryWithContext< T >
 The ClassFactoryWithContext is able to create new objects of a specific class that require a context as constructor argument. More...
 
class  orxonox::Factory
 Base-class of all factories. More...
 

Namespaces

 orxonox
 Die Wagnis Klasse hat die folgenden Aufgaben:
 

Detailed Description

Definition and implementation of the ClassFactory class.

The ClassFactory is able to create new objects of a specific class which creates objects.