#include <ObjectResource.h>

Public Member Functions | |
| void * | obtainResource (const Args &args) const |
| void | releaseResource (const Args &args, void *pVector) const |
The FactoryVector is a trait object for use with the Resource template. It provides capability for getting and returning vectors of objects from the ObjectFactory.
Definition at line 81 of file ObjectResource.h.
| void* FactoryVector::obtainResource | ( | const Args & | args | ) | const |
Definition at line 84 of file ObjectResource.h.
| void FactoryVector::releaseResource | ( | const Args & | args, | |
| void * | pVector | |||
| ) | const |
Definition at line 88 of file ObjectResource.h.