XML Library
Public Member Functions | Public Attributes
XML::FindByName Struct Reference

The predicate used to find an attribute by name. More...

List of all members.

Public Member Functions

 FindByName (const tstring &str)
 Constructor.
bool operator() (const AttributePtr &pAttribute)
 Compare the attribute name for a match.

Public Attributes

tstring m_str
 The string to match.

Detailed Description

The predicate used to find an attribute by name.


Constructor & Destructor Documentation

XML::FindByName::FindByName ( const tstring &  str) [inline]

Constructor.


Member Function Documentation

bool XML::FindByName::operator() ( const AttributePtr pAttribute) [inline]

Compare the attribute name for a match.


Member Data Documentation

The string to match.


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