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

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

List of all members.

Public Member Functions

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

Public Attributes

CharCIter m_itNameFirst
CharCIter m_itNameLast
size_t m_length

Detailed Description

The predicate for matching the switches short name.


Constructor & Destructor Documentation

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

Constructor.


Member Function Documentation

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

Compare the value to the switch short name.


Member Data Documentation


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