claw
1.9.0
|
The design pattern of the factory. More...
Go to the source code of this file.
Classes | |
class | claw::pattern::bad_type_identifier |
Exception thrown when an incorrect identifier is given to a type. More... | |
class | claw::pattern::factory< BaseClass, IdentifierType > |
The design pattern of the factory allow to dynamically instanciate classes of various types given an identifier of this type. More... | |
Namespaces | |
claw | |
This is the main namespace. | |
claw::pattern | |
Here are the design patterns. | |
The design pattern of the factory.
Definition in file factory.hpp.