#include <ObjectResource.h>
Public Member Functions | |
| Args (std::string type) | |
| Args (const char *type) | |
Public Attributes | |
| std::string | mType |
This is an implementation detail of the FactoryAllocator class. It is used for passing the parameters required by ObjectFactory::createObject.
Definition at line 39 of file ObjectResource.h.
| FactoryAllocator::Args::Args | ( | std::string | type | ) |
Definition at line 43 of file ObjectResource.h.
| FactoryAllocator::Args::Args | ( | const char * | type | ) |
Definition at line 44 of file ObjectResource.h.
| std::string FactoryAllocator::Args::mType |
Definition at line 42 of file ObjectResource.h.