|
libosmscout 1.1.1
|
#include <libosmscout/include/osmscout/cli/CmdLineParsing.h>
Public Member Functions | |
| CmdLineParseResult () | |
| CmdLineParseResult (const std::string &errorDescription) | |
| bool | Success () const |
| bool | HasError () const |
| std::string | GetErrorDescription () const |
| osmscout::CmdLineParseResult::CmdLineParseResult | ( | ) |
|
explicit |
| std::string osmscout::CmdLineParseResult::GetErrorDescription | ( | ) | const |
| bool osmscout::CmdLineParseResult::HasError | ( | ) | const |
| bool osmscout::CmdLineParseResult::Success | ( | ) | const |