Core Library
Public Member Functions | Public Attributes
Core::CmdLineParser::IsLongName Struct Reference

The predicate for matching the switches long name. More...

List of all members.

Public Member Functions

 IsLongName (CharCIter itNameFirst, CharCIter itNameLast)
 Constructor.
result_type operator() (argument_type oSwitch)
 Compare the value to the switch long name.

Public Attributes

CharCIter m_itNameFirst
CharCIter m_itNameLast
size_t m_length

Detailed Description

The predicate for matching the switches long name.


Constructor & Destructor Documentation

Core::CmdLineParser::IsLongName::IsLongName ( CharCIter  itNameFirst,
CharCIter  itNameLast 
) [inline]

Constructor.


Member Function Documentation

result_type Core::CmdLineParser::IsLongName::operator() ( argument_type  oSwitch) [inline]

Compare the value to the switch long name.


Member Data Documentation


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