#include <commandlineparser.h>
Inheritance diagram for sheep::CommandLineParser< T >::UnknownOptionException:

Public Member Functions | |
| UnknownOptionException (const std::string &option) | |
Public Attributes | |
| const std::string | m_option |
| Full text of the unknown option. | |
|
||||||||||
|
Definition at line 42 of file commandlineparser.h. References sheep::CommandLineParser< T >::UnknownOptionException::m_option. |
|
|||||
|
Full text of the unknown option.
Definition at line 45 of file commandlineparser.h. Referenced by sheep::CommandLineParser< T >::UnknownOptionException::UnknownOptionException(). |
1.3.6