Xalan-C++ API Reference  1.12.0
Public Types | Public Member Functions | List of all members
xalanc::XPathEnvSupportDefault::NamespaceFunctionTableDeleteFunctor Struct Reference

#include <xalanc/XPath/XPathEnvSupportDefault.hpp>

Public Types

typedef FunctionTableType FunctionTableInnerType
 
typedef NamespaceFunctionTablesType NamespaceFunctionTablesInnerType
 

Public Member Functions

 NamespaceFunctionTableDeleteFunctor (MemoryManager &theManager)
 
void operator() (const NamespaceFunctionTablesInnerType::value_type &thePair) const
 Delete the value object in a map value pair. More...
 

Detailed Description

Definition at line 195 of file XPathEnvSupportDefault.hpp.

Member Typedef Documentation

Definition at line 197 of file XPathEnvSupportDefault.hpp.

Definition at line 198 of file XPathEnvSupportDefault.hpp.

Constructor & Destructor Documentation

xalanc::XPathEnvSupportDefault::NamespaceFunctionTableDeleteFunctor::NamespaceFunctionTableDeleteFunctor ( MemoryManager &  theManager)

Member Function Documentation

void xalanc::XPathEnvSupportDefault::NamespaceFunctionTableDeleteFunctor::operator() ( const NamespaceFunctionTablesInnerType::value_type thePair) const

Delete the value object in a map value pair.

The value of the pair must be of pointer type.

Parameters
thePairkey-value pair

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