#include <XalanObjectStackCache.hpp>
Definition at line 48 of file XalanObjectStackCache.hpp.
typedef ObjectType XalanObjectStackCache< ObjectType, CreateFunctorType, DeleteFunctorType, ResetFunctorType >::CacheObjectType |
Definition at line 54 of file XalanObjectStackCache.hpp.
typedef XalanVector<ObjectType*> XalanObjectStackCache< ObjectType, CreateFunctorType, DeleteFunctorType, ResetFunctorType >::VectorType |
Definition at line 52 of file XalanObjectStackCache.hpp.
XalanObjectStackCache< ObjectType, CreateFunctorType, DeleteFunctorType, ResetFunctorType >::XalanObjectStackCache | ( | MemoryManager & | theManager, | |
XalanSize_t | initialListSize = 0 | |||
) | [inline, explicit] |
Definition at line 57 of file XalanObjectStackCache.hpp.
XalanObjectStackCache< ObjectType, CreateFunctorType, DeleteFunctorType, ResetFunctorType >::~XalanObjectStackCache | ( | ) | [inline] |
Definition at line 68 of file XalanObjectStackCache.hpp.
ObjectType* XalanObjectStackCache< ObjectType, CreateFunctorType, DeleteFunctorType, ResetFunctorType >::get | ( | ) | [inline] |
Definition at line 80 of file XalanObjectStackCache.hpp.
ObjectType* XalanObjectStackCache< ObjectType, CreateFunctorType, DeleteFunctorType, ResetFunctorType >::release | ( | ) | [inline] |
Definition at line 105 of file XalanObjectStackCache.hpp.
void XalanObjectStackCache< ObjectType, CreateFunctorType, DeleteFunctorType, ResetFunctorType >::reset | ( | ) | [inline] |
Definition at line 113 of file XalanObjectStackCache.hpp.
ObjectType* XalanObjectStackCache< ObjectType, CreateFunctorType, DeleteFunctorType, ResetFunctorType >::top | ( | ) | [inline] |
Definition at line 97 of file XalanObjectStackCache.hpp.
CreateFunctorType XalanObjectStackCache< ObjectType, CreateFunctorType, DeleteFunctorType, ResetFunctorType >::m_createFunctor |
Definition at line 124 of file XalanObjectStackCache.hpp.
DeleteFunctorType XalanObjectStackCache< ObjectType, CreateFunctorType, DeleteFunctorType, ResetFunctorType >::m_deleteFunctor |
Definition at line 126 of file XalanObjectStackCache.hpp.
ResetFunctorType XalanObjectStackCache< ObjectType, CreateFunctorType, DeleteFunctorType, ResetFunctorType >::m_resetFunctor |
Definition at line 128 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 |
|