#include <XalanObjectCache.hpp>
Public Types | |
typedef XalanObjectCache< ObjectType, DefaultCacheCreateFunctorMemMgr< ObjectType >, DeleteFunctor< ObjectType >, DefaultCacheResetFunctor< ObjectType > > | BaseClassType |
![]() | |
typedef XalanVector< ObjectType *> | VectorType |
typedef ObjectType | CacheObjectType |
Public Member Functions | |
XalanMemoryManagerObjectCacheDefault (MemoryManager &theManager, XalanSize_t initialListSize=0) | |
![]() | |
XalanObjectCache (MemoryManager &theManager, XalanSize_t initialListSize=0) | |
~XalanObjectCache () | |
ObjectType * | get () |
bool | release (ObjectType *theInstance) |
void | reset () |
Additional Inherited Members | |
![]() | |
DefaultCacheCreateFunctorMemMgr< ObjectType > | m_createFunctor |
DeleteFunctor< ObjectType > | m_deleteFunctor |
DefaultCacheResetFunctor< ObjectType > | m_resetFunctor |
Definition at line 437 of file XalanObjectCache.hpp.
typedef XalanObjectCache< ObjectType, DefaultCacheCreateFunctorMemMgr<ObjectType>, DeleteFunctor<ObjectType>, DefaultCacheResetFunctor<ObjectType> > XalanMemoryManagerObjectCacheDefault< ObjectType >::BaseClassType |
Definition at line 450 of file XalanObjectCache.hpp.
|
inlineexplicit |
Definition at line 453 of file XalanObjectCache.hpp.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11 |
|