FactoryObject Class Reference

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

#include <ObjectResource.h>

Inheritance diagram for FactoryObject:

Inheritance graph

List of all members.

Public Member Functions

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


Detailed Description

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

The FactoryObject is a trait object for use with the Resource template. It provides capability for getting and returning objects from the ObjectFactory.

See also:
FactoryResource

Definition at line 61 of file ObjectResource.h.


Member Function Documentation

void* FactoryObject::obtainResource ( const Args args  )  const

Definition at line 64 of file ObjectResource.h.

void FactoryObject::releaseResource ( const Args args,
void *  pObject 
) const

Definition at line 68 of file ObjectResource.h.


Software Development Kit - Opticks 4.9.0 Build 16218