|
VisioMove SDK (iOS)
2.1.22
|
Public Member Functions | |
| template<typename tDescriptor > | |
| VgEngine::VgRefPtr< typename tDescriptor::Described > | instantiate (VgEngine::VgConstRefPtr< tDescriptor > const &pDescriptor) |
| template<typename tDescriptor > | |
| VgEngine::VgRefPtr< typename tDescriptor::Described > | instantiate (VgEngine::VgRefPtr< tDescriptor > const &pDescriptor) |
Protected Member Functions | |
| VgInstanceFactory (VgApplication::VgIApplication *pApplication) | |
Friends | |
| class | ::VgIEngineImpl |
Creates objects from their descriptor.
|
protected |
Constructor
| pApplication | The application to associate with the instance factory object. |
| VgEngine::VgRefPtr< typename tDescriptor::Described > VgEngine::VgInstanceFactory::instantiate | ( | VgEngine::VgConstRefPtr< tDescriptor > const & | pDescriptor | ) |
The template instantiation to allow object instantiation through descriptors.
| pDescriptor | The descriptor that 'describes' the object, which will be used to create the object. |
|
inline |
The template instantiation to allow object instantiation through descriptors.
| pDescriptor | The descriptor that 'describes' the object, which will be used to create the object. |
|
friend |