OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
Templated container for an object pointer and a flag. More...
#include <ossimPoolObject.h>
Public Member Functions | |
~ossimPoolObject () | |
Public Attributes | |
bool | theAvailableFlag |
T * | theObjectPtr |
Templated container for an object pointer and a flag.
Definition at line 17 of file ossimPoolObject.h.
|
inline |
Definition at line 20 of file ossimPoolObject.h.
References ossimPoolObject< T >::theAvailableFlag, and ossimPoolObject< T >::theObjectPtr.
bool ossimPoolObject< T >::theAvailableFlag |
Definition at line 32 of file ossimPoolObject.h.
Referenced by ossimPool< T >::ossimPool(), and ossimPoolObject< T >::~ossimPoolObject().
T* ossimPoolObject< T >::theObjectPtr |
Definition at line 33 of file ossimPoolObject.h.
Referenced by ossimPool< T >::ossimPool(), and ossimPoolObject< T >::~ossimPoolObject().