|
DCL 4.1
|
#include <Arguments.h>
Public Member Functions | |
| String | help () const |
| String | shortUsage () const |
| String | tryUsage () const |
| String | argRequired (const String &_option) const |
| String | usage () const |
| String | version () const |
| Public Member Functions inherited from Object | |
| virtual String | toString () const |
| virtual void | destroy () |
| String | className () const |
| bool | isInstanceOf (const std::type_info &typeinfo) const |
| virtual const std::type_info & | typeInfo () const |
Protected Member Functions | |
| virtual void | onOption (int _key, const String &_arg) __DCL_THROWS1(Exception *) |
| virtual String | onValidate () |
| Protected Member Functions inherited from Object | |
| virtual | ~Object () |
| Object () | |
Definition at line 16 of file Arguments.h.
| String Arguments::argRequired | ( | const String & | _option | ) | const |
Definition at line 143 of file Arguments.cpp.
| String Arguments::help | ( | ) | const |
Definition at line 101 of file Arguments.cpp.
|
protectedvirtual |
Reimplemented in MainArguments, and MainArguments.
Definition at line 44 of file Arguments.cpp.
|
protectedvirtual |
Reimplemented in MainArguments, and MainArguments.
Definition at line 49 of file Arguments.cpp.
| String Arguments::shortUsage | ( | ) | const |
Definition at line 122 of file Arguments.cpp.
| String Arguments::tryUsage | ( | ) | const |
Definition at line 133 of file Arguments.cpp.
| String Arguments::usage | ( | ) | const |
Definition at line 215 of file Arguments.cpp.
| String Arguments::version | ( | ) | const |
Definition at line 260 of file Arguments.cpp.