ObjectArray< T > Class Template Reference

The ObjectArray is a trait object for use with the Resource template. More...

#include <ObjectResource.h>

List of all members.

Public Types

typedef ObjectArrayArgs Args

Public Member Functions

T * obtainResource (const Args &args) const
void releaseResource (const Args &args, T *pObject) const


Detailed Description

template<class T>
class ObjectArray< T >

The ObjectArray is a trait object for use with the Resource template.

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.

See also:
ArrayResource

Definition at line 435 of file ObjectResource.h.


Member Typedef Documentation

template<class T>
typedef ObjectArrayArgs ObjectArray< T >::Args

Definition at line 438 of file ObjectResource.h.


Member Function Documentation

template<class T>
T* ObjectArray< T >::obtainResource ( const Args args  )  const

Definition at line 439 of file ObjectResource.h.

template<class T>
void ObjectArray< T >::releaseResource ( const Args args,
T *  pObject 
) const

Definition at line 454 of file ObjectResource.h.


Software Development Kit - Opticks 4.9.0 Build 16218