#include <string>#include "ApplicationServices.h"#include "ModelServices.h"#include "ObjectFactory.h"#include "Resource.h"#include "TypeConverter.h"Go to the source code of this file.
Classes | |
| class | FactoryAllocator |
| This is a base class for Traits to the Resource template. More... | |
| class | FactoryAllocator::Args |
| This is an implementation detail of the FactoryAllocator class. More... | |
| class | FactoryObject |
| The FactoryObject is a trait object for use with the Resource template. More... | |
| class | FactoryVector |
| The FactoryVector is a trait object for use with the Resource template. More... | |
| class | FactoryResource< T > |
| This is a Resource class that wraps an object from the ObjectFactory. More... | |
| class | ModelObject |
| The ModelObject is a trait object for use with the Resource template. More... | |
| class | ModelObject::Args |
| This is an implementation detail of the ModelObject class. More... | |
| class | ModelResource< T > |
| This is a Resource class that wraps an object from ModelServices. More... | |
| class | DataDescriptorObject |
| class | DataDescriptorResource< T > |
| class | ImportDescriptorObject |
| class | ImportDescriptorObject::Args |
| class | ImportDescriptorResource |
| class | ObjectArrayArgs |
| This is an implementation detail of the ObjectArray class. More... | |
| class | ObjectArray< T > |
| The ObjectArray is a trait object for use with the Resource template. More... | |
| class | ArrayResource< T > |
| This is a Resource class that wraps an array of objects on the local heap. More... | |
Typedefs | |
| typedef FactoryAllocator::Args | FactoryArgs |
| typedef ModelObject::Args | ModelArgs |
| typedef ObjectArrayArgs | ArrayArgs |
| typedef ObjectArrayArgs ArrayArgs |
Definition at line 460 of file ObjectResource.h.
| typedef FactoryAllocator::Args FactoryArgs |
Definition at line 94 of file ObjectResource.h.
| typedef ModelObject::Args ModelArgs |
Definition at line 200 of file ObjectResource.h.