FactoryVector Class Reference

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

#include <ObjectResource.h>

Inheritance diagram for FactoryVector:

Inheritance graph

List of all members.

Public Member Functions

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


Detailed Description

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

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.

See also:
FactoryResource

Definition at line 81 of file ObjectResource.h.


Member Function Documentation

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.


Software Development Kit - Opticks 4.9.0 Build 16218