Xalan-C++ API Documentation

The Xalan C++ XSL Transformer Version 1.1

Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

XalanObjectCache Template Class Reference

#include <XalanObjectCache.hpp>

Inheritance diagram for XalanObjectCache

Inheritance graph

[legend]
Collaboration diagram for XalanObjectCache:

Collaboration graph

[legend]
List of all members.

Public Types

Public Methods

Public Attributes


Member Typedef Documentation

template<classObjectType, classCreateFunctorType = DefaultCacheCreateFunctor<ObjectType>, classDeleteFunctorType = DeleteFunctor<ObjectType>, classResetFunctorType = DefaultCacheResetFunctor<ObjectType>>
typedef ObjectType XalanObjectCache<ObjectType, CreateFunctorType, DeleteFunctorType, ResetFunctorType>::CacheObjectType
 

template<classObjectType, classCreateFunctorType = DefaultCacheCreateFunctor<ObjectType>, classDeleteFunctorType = DeleteFunctor<ObjectType>, classResetFunctorType = DefaultCacheResetFunctor<ObjectType>>
typedef std::vector<ObjectType*> XalanObjectCache<ObjectType, CreateFunctorType, DeleteFunctorType, ResetFunctorType>::VectorType
 


Constructor & Destructor Documentation

template<classObjectType, classCreateFunctorType = DefaultCacheCreateFunctor<ObjectType>, classDeleteFunctorType = DeleteFunctor<ObjectType>, classResetFunctorType = DefaultCacheResetFunctor<ObjectType>>
XalanObjectCache<ObjectType, CreateFunctorType, DeleteFunctorType, ResetFunctorType>::XalanObjectCache<ObjectType, CreateFunctorType, DeleteFunctorType, ResetFunctorType> ( unsigned int initialListSize = 0 ) [explicit]
 

template<classObjectType, classCreateFunctorType = DefaultCacheCreateFunctor<ObjectType>, classDeleteFunctorType = DeleteFunctor<ObjectType>, classResetFunctorType = DefaultCacheResetFunctor<ObjectType>>
XalanObjectCache<ObjectType, CreateFunctorType, DeleteFunctorType, ResetFunctorType>::~XalanObjectCache<ObjectType, CreateFunctorType, DeleteFunctorType, ResetFunctorType> ( ) []
 


Member Function Documentation

template<classObjectType, classCreateFunctorType = DefaultCacheCreateFunctor<ObjectType>, classDeleteFunctorType = DeleteFunctor<ObjectType>, classResetFunctorType = DefaultCacheResetFunctor<ObjectType>>
ObjectType * XalanObjectCache<ObjectType, CreateFunctorType, DeleteFunctorType, ResetFunctorType>::get ( ) []
 

template<classObjectType, classCreateFunctorType = DefaultCacheCreateFunctor<ObjectType>, classDeleteFunctorType = DeleteFunctor<ObjectType>, classResetFunctorType = DefaultCacheResetFunctor<ObjectType>>
bool XalanObjectCache<ObjectType, CreateFunctorType, DeleteFunctorType, ResetFunctorType>::release ( ObjectType * theInstance ) []
 

template<classObjectType, classCreateFunctorType = DefaultCacheCreateFunctor<ObjectType>, classDeleteFunctorType = DeleteFunctor<ObjectType>, classResetFunctorType = DefaultCacheResetFunctor<ObjectType>>
void XalanObjectCache<ObjectType, CreateFunctorType, DeleteFunctorType, ResetFunctorType>::reset ( ) []
 


Member Data Documentation

template<classObjectType, classCreateFunctorType = DefaultCacheCreateFunctor<ObjectType>, classDeleteFunctorType = DeleteFunctor<ObjectType>, classResetFunctorType = DefaultCacheResetFunctor<ObjectType>>
CreateFunctorType XalanObjectCache<ObjectType, CreateFunctorType, DeleteFunctorType, ResetFunctorType>::m_createFunctor
 

template<classObjectType, classCreateFunctorType = DefaultCacheCreateFunctor<ObjectType>, classDeleteFunctorType = DeleteFunctor<ObjectType>, classResetFunctorType = DefaultCacheResetFunctor<ObjectType>>
DeleteFunctorType XalanObjectCache<ObjectType, CreateFunctorType, DeleteFunctorType, ResetFunctorType>::m_deleteFunctor
 

template<classObjectType, classCreateFunctorType = DefaultCacheCreateFunctor<ObjectType>, classDeleteFunctorType = DeleteFunctor<ObjectType>, classResetFunctorType = DefaultCacheResetFunctor<ObjectType>>
ResetFunctorType XalanObjectCache<ObjectType, CreateFunctorType, DeleteFunctorType, ResetFunctorType>::m_resetFunctor
 


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++ XSL Transformer Version 1.1
Copyright © 2000, 2001 The Apache Software Foundation. All Rights Reserved.