|
Orxonox
0.0.5 Codename: Arcturus
|
Definition and implementation of the ClassFactory class. More...
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: | |
Definition and implementation of the ClassFactory class.
The ClassFactory is able to create new objects of a specific class which creates objects.
1.8.11