Public Types | |
typedef XalanObjectCache < ObjectType, DefaultCacheCreateFunctor < ObjectType >, DeleteFunctor < ObjectType > , DefaultCacheResetFunctor < ObjectType > > | BaseClassType |
![]() | |
typedef XalanVector< ObjectType * > | VectorType |
typedef ObjectType | CacheObjectType |
Public Member Functions | |
XalanObjectCacheDefault (MemoryManagerType &theManager, unsigned int initialListSize=0) | |
![]() | |
XalanObjectCache (MemoryManagerType &theManager, unsigned int initialListSize=0) | |
~XalanObjectCache () | |
ObjectType * | get () |
bool | release (ObjectType *theInstance) |
void | reset () |
Additional Inherited Members | |
![]() | |
DefaultCacheCreateFunctor < ObjectType > | m_createFunctor |
DeleteFunctor< ObjectType > | m_deleteFunctor |
DefaultCacheResetFunctor < ObjectType > | m_resetFunctor |
typedef XalanObjectCache< ObjectType, DefaultCacheCreateFunctor<ObjectType>, DeleteFunctor<ObjectType>, DefaultCacheResetFunctor<ObjectType> > XalanObjectCacheDefault< ObjectType >::BaseClassType |
|
explicit |
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
![]() |
Xalan-C++ XSLT Processor Version 1.10 |
|