XML Library
|
The predicate used to find an attribute by name. More...
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. |
The predicate used to find an attribute by name.
XML::FindByName::FindByName | ( | const tstring & | str | ) | [inline] |
Constructor.
bool XML::FindByName::operator() | ( | const AttributePtr & | pAttribute | ) | [inline] |
Compare the attribute name for a match.
tstring XML::FindByName::m_str |
The string to match.