Inheritance diagram for CLParser:

Public Member Functions | |
| CLParser () | |
| bool | Parse (int argc, char **argv) |
| void | ErrorHandler (const std::string &option) |
| void | PrintVersion () |
| void | SetVerbose () |
| void | GetHeight (int height) |
| void | GetWidth (int width) |
| void | GetOutputFilename (const std::string &filename) |
|
|
Definition at line 33 of file commandlineparsersample.cpp. References ErrorHandler(), GetHeight(), GetOutputFilename(), GetWidth(), PrintVersion(), sheep::CommandLineParser< CLParser >::RegisterOption(), and SetVerbose(). |
|
|
Definition at line 53 of file commandlineparsersample.cpp. References ErrorHandler(). Referenced by CLParser(), and ErrorHandler(). |
|
|
Definition at line 61 of file commandlineparsersample.cpp. References GetHeight(). Referenced by CLParser(), and GetHeight(). |
|
|
Definition at line 69 of file commandlineparsersample.cpp. References GetOutputFilename(). Referenced by CLParser(), and GetOutputFilename(). |
|
|
Definition at line 65 of file commandlineparsersample.cpp. References GetWidth(). Referenced by CLParser(), and GetWidth(). |
|
||||||||||||
|
Reimplemented from sheep::CommandLineParser< CLParser >. Definition at line 41 of file commandlineparsersample.cpp. |
|
|
Definition at line 58 of file commandlineparsersample.cpp. References PrintVersion(). Referenced by CLParser(), and PrintVersion(). |
|
|
Definition at line 59 of file commandlineparsersample.cpp. References SetVerbose(). Referenced by CLParser(), and SetVerbose(). |
1.3.6