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

The predicate for finding the name/value separator. More...

List of all members.

Public Member Functions

 IsSeparator (const tstring &strSeps)
 Constructor.
result_type operator() (argument_type cChar)
 Compare the value to the switch short name.

Public Attributes

tstring m_strSeps

Detailed Description

The predicate for finding the name/value separator.


Constructor & Destructor Documentation

Constructor.


Member Function Documentation

result_type Core::CmdLineParser::IsSeparator::operator() ( argument_type  cChar) [inline]

Compare the value to the switch short name.


Member Data Documentation


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