#include <ObjectResource.h>
Public Types | |
| typedef ObjectArrayArgs | Args |
Public Member Functions | |
| T * | obtainResource (const Args &args) const |
| void | releaseResource (const Args &args, T *pObject) const |
The ObjectArray is a trait object for use with the Resource template. It provides capability for creating and deleting arrays of objects from the local heap.
Definition at line 435 of file ObjectResource.h.
| typedef ObjectArrayArgs ObjectArray< T >::Args |
Definition at line 438 of file ObjectResource.h.
| T* ObjectArray< T >::obtainResource | ( | const Args & | args | ) | const |
Definition at line 439 of file ObjectResource.h.
| void ObjectArray< T >::releaseResource | ( | const Args & | args, | |
| T * | pObject | |||
| ) | const |
Definition at line 454 of file ObjectResource.h.