#include <XalanObjectStackCache.hpp>
Public Types | |
| typedef XalanObjectStackCache < ObjectType, DefaultCacheCreateFunctor < ObjectType >, DeleteFunctor < ObjectType > , DefaultCacheResetFunctor < ObjectType > > | BaseClassType |
Public Types inherited from XalanObjectStackCache< ObjectType, DefaultCacheCreateFunctor< ObjectType >, DeleteFunctor< ObjectType >, DefaultCacheResetFunctor< ObjectType > > | |
| typedef XalanVector< ObjectType * > | VectorType |
| typedef ObjectType | CacheObjectType |
Public Member Functions | |
| XalanObjectStackCacheDefault (XalanSize_t initialListSize=0) | |
Public Member Functions inherited from XalanObjectStackCache< ObjectType, DefaultCacheCreateFunctor< ObjectType >, DeleteFunctor< ObjectType >, DefaultCacheResetFunctor< ObjectType > > | |
| XalanObjectStackCache (MemoryManager &theManager, XalanSize_t initialListSize=0) | |
| ~XalanObjectStackCache () | |
| ObjectType * | get () |
| ObjectType * | top () |
| ObjectType * | release () |
| void | reset () |
Additional Inherited Members | |
Public Attributes inherited from XalanObjectStackCache< ObjectType, DefaultCacheCreateFunctor< ObjectType >, DeleteFunctor< ObjectType >, DefaultCacheResetFunctor< ObjectType > > | |
| DefaultCacheCreateFunctor < ObjectType > | m_createFunctor |
| DeleteFunctor< ObjectType > | m_deleteFunctor |
| DefaultCacheResetFunctor < ObjectType > | m_resetFunctor |
Definition at line 150 of file XalanObjectStackCache.hpp.
| typedef XalanObjectStackCache<ObjectType, DefaultCacheCreateFunctor<ObjectType>, DeleteFunctor<ObjectType>, DefaultCacheResetFunctor<ObjectType> > XalanObjectStackCacheDefault< ObjectType >::BaseClassType |
Definition at line 154 of file XalanObjectStackCache.hpp.
|
inlineexplicit |
Definition at line 157 of file XalanObjectStackCache.hpp.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
|
Xalan-C++ XSLT Processor Version 1.11 |
|
|