Xalan-C++ API Reference  1.12.0
Public Member Functions | List of all members
xalanc::XObjectFactory::DeleteXObjectFunctor Struct Reference

A public functor for use with stl algorithms. More...

#include <xalanc/XPath/XObjectFactory.hpp>

Public Member Functions

 DeleteXObjectFunctor (XObjectFactory &theFactoryInstance, bool fInReset=false)
 
bool operator() (XObject *theXObject) const
 

Detailed Description

A public functor for use with stl algorithms.

Definition at line 241 of file XObjectFactory.hpp.

Constructor & Destructor Documentation

◆ DeleteXObjectFunctor()

xalanc::XObjectFactory::DeleteXObjectFunctor::DeleteXObjectFunctor ( XObjectFactory theFactoryInstance,
bool  fInReset = false 
)
inline

Definition at line 245 of file XObjectFactory.hpp.

Member Function Documentation

◆ operator()()

bool xalanc::XObjectFactory::DeleteXObjectFunctor::operator() ( XObject theXObject) const
inline

Definition at line 254 of file XObjectFactory.hpp.


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