Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.11


Public Types | Public Member Functions | List of all members
GuardCachedObject< XalanObjectCacheType > Class Template Reference

#include <XalanObjectCache.hpp>

Public Types

typedef XalanObjectCacheType::CacheObjectType CacheObjectType
 

Public Member Functions

 GuardCachedObject (XalanObjectCacheType &theCache)
 
 ~GuardCachedObject ()
 
CacheObjectTypeget () const
 
CacheObjectTyperelease ()
 

Detailed Description

template<class XalanObjectCacheType>
class GuardCachedObject< XalanObjectCacheType >

Definition at line 359 of file XalanObjectCache.hpp.

Member Typedef Documentation

◆ CacheObjectType

template<class XalanObjectCacheType >
typedef XalanObjectCacheType::CacheObjectType GuardCachedObject< XalanObjectCacheType >::CacheObjectType

Definition at line 363 of file XalanObjectCache.hpp.

Constructor & Destructor Documentation

◆ GuardCachedObject()

template<class XalanObjectCacheType >
GuardCachedObject< XalanObjectCacheType >::GuardCachedObject ( XalanObjectCacheType &  theCache)
inline

Definition at line 365 of file XalanObjectCache.hpp.

◆ ~GuardCachedObject()

template<class XalanObjectCacheType >
GuardCachedObject< XalanObjectCacheType >::~GuardCachedObject ( )
inline

Definition at line 371 of file XalanObjectCache.hpp.

Member Function Documentation

◆ get()

template<class XalanObjectCacheType >
CacheObjectType* GuardCachedObject< XalanObjectCacheType >::get ( ) const
inline

Definition at line 380 of file XalanObjectCache.hpp.

◆ release()

template<class XalanObjectCacheType >
CacheObjectType* GuardCachedObject< XalanObjectCacheType >::release ( )
inline

Definition at line 386 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