Xalan-C++ API Reference  1.12.0
Public Member Functions | List of all members
xalanc::CollectionDeleteGuard< CollectionType, DeleteFunctorType > Class Template Reference

#include <xalanc/Include/STLHelper.hpp>

Public Member Functions

 CollectionDeleteGuard (CollectionType &theCollection)
 
 ~CollectionDeleteGuard ()
 
void release ()
 

Detailed Description

template<class CollectionType, class DeleteFunctorType>
class xalanc::CollectionDeleteGuard< CollectionType, DeleteFunctorType >

Definition at line 379 of file STLHelper.hpp.

Constructor & Destructor Documentation

◆ CollectionDeleteGuard()

template<class CollectionType , class DeleteFunctorType >
xalanc::CollectionDeleteGuard< CollectionType, DeleteFunctorType >::CollectionDeleteGuard ( CollectionType &  theCollection)
inline

Definition at line 383 of file STLHelper.hpp.

◆ ~CollectionDeleteGuard()

template<class CollectionType , class DeleteFunctorType >
xalanc::CollectionDeleteGuard< CollectionType, DeleteFunctorType >::~CollectionDeleteGuard ( )
inline

Definition at line 388 of file STLHelper.hpp.

Member Function Documentation

◆ release()

template<class CollectionType , class DeleteFunctorType >
void xalanc::CollectionDeleteGuard< CollectionType, DeleteFunctorType >::release ( )
inline

Definition at line 402 of file STLHelper.hpp.


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