Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.11


Public Types | Public Member Functions | List of all members
XalanObjectCacheDefault< ObjectType > Class Template Reference

#include <XalanObjectCache.hpp>

Inherits XalanObjectCache< ObjectType, DefaultCacheCreateFunctor< ObjectType >, DeleteFunctor< ObjectType >, DefaultCacheResetFunctor< ObjectType > >.

Public Types

typedef XalanObjectCache< ObjectType, DefaultCacheCreateFunctor< ObjectType >, DeleteFunctor< ObjectType >, DefaultCacheResetFunctor< ObjectType > > BaseClassType
 
- Public Types inherited from XalanObjectCache< ObjectType, DefaultCacheCreateFunctor< ObjectType >, DeleteFunctor< ObjectType >, DefaultCacheResetFunctor< ObjectType > >
typedef XalanVector< ObjectType *> VectorType
 
typedef ObjectType CacheObjectType
 

Public Member Functions

 XalanObjectCacheDefault (MemoryManager &theManager, XalanSize_t initialListSize=0)
 
- Public Member Functions inherited from XalanObjectCache< ObjectType, DefaultCacheCreateFunctor< ObjectType >, DeleteFunctor< ObjectType >, DefaultCacheResetFunctor< ObjectType > >
 XalanObjectCache (MemoryManager &theManager, XalanSize_t initialListSize=0)
 
 ~XalanObjectCache ()
 
ObjectType * get ()
 
bool release (ObjectType *theInstance)
 
void reset ()
 

Additional Inherited Members

- Public Attributes inherited from XalanObjectCache< ObjectType, DefaultCacheCreateFunctor< ObjectType >, DeleteFunctor< ObjectType >, DefaultCacheResetFunctor< ObjectType > >
DefaultCacheCreateFunctor< ObjectType > m_createFunctor
 
DeleteFunctor< ObjectType > m_deleteFunctor
 
DefaultCacheResetFunctor< ObjectType > m_resetFunctor
 

Detailed Description

template<class ObjectType>
class XalanObjectCacheDefault< ObjectType >

Definition at line 410 of file XalanObjectCache.hpp.

Member Typedef Documentation

◆ BaseClassType

template<class ObjectType >
typedef XalanObjectCache< ObjectType, DefaultCacheCreateFunctor<ObjectType>, DeleteFunctor<ObjectType>, DefaultCacheResetFunctor<ObjectType> > XalanObjectCacheDefault< ObjectType >::BaseClassType

Definition at line 423 of file XalanObjectCache.hpp.

Constructor & Destructor Documentation

◆ XalanObjectCacheDefault()

template<class ObjectType >
XalanObjectCacheDefault< ObjectType >::XalanObjectCacheDefault ( MemoryManager &  theManager,
XalanSize_t  initialListSize = 0 
)
inlineexplicit

Definition at line 426 of file XalanObjectCache.hpp.


The documentation for this class was generated from the following file:

Interpreting class diagrams

Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.

Xalan-C++ XSLT Processor Version 1.11
Copyright © 1999-2012 The Apache Software Foundation.
All Rights Reserved.

Apache Logo