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

Public Member Functions | |
| InvalidArgumentException (const std::string &option, const std::string &arg) | |
Public Attributes | |
| const std::string | m_option |
| Full text of the option whose argument is invalid. | |
| const std::string | m_arg |
| Full text of the invalid argument. | |
|
||||||||||||||||
|
Definition at line 49 of file commandlineparser.h. References sheep::CommandLineParser< T >::InvalidArgumentException::m_arg. |
|
|||||
|
Full text of the invalid argument.
Definition at line 53 of file commandlineparser.h. Referenced by sheep::CommandLineParser< T >::InvalidArgumentException::InvalidArgumentException(). |
|
|||||
|
Full text of the option whose argument is invalid.
Definition at line 52 of file commandlineparser.h. |
1.3.6