|
Atlas
0.7.0
Networking protocol for the Worldforge system.
|
#include <Factories.h>

Public Attributes | |
| FactoryMethod | factory_method |
| DefaultInstanceMethod | default_instance_method |
| int | classno |
Holds methods for creating new instances and accessing the default instance.
Definition at line 57 of file Factories.h.
| int Atlas::Objects::Factory::classno |
The class number for the objects created by this factory.
Definition at line 72 of file Factories.h.
| DefaultInstanceMethod Atlas::Objects::Factory::default_instance_method |
Method for accessing the default instance.
Definition at line 67 of file Factories.h.
| FactoryMethod Atlas::Objects::Factory::factory_method |
Method for creating a new instance.
Definition at line 62 of file Factories.h.