#include <CommandLineTool.hxx>
Public Member Functions | |
| CommandLineTool (int argc, char **argv, const RBool lower=true) | |
| ~CommandLineTool () | |
| CommandLineTool (int argc, char **argv, const RString itoken, const RBool lower=true) | |
| const RString | operator[] (const RString &name) |
| const RBool | get (const RString name, const RBool del=false) |
| const RBool | get (const RString name, RString &result, const RBool del=false) |
| const RString | getValue (const RString name, const RBool del=false) |
| const RBool | islower () const |
| size_t | size () |
| std::map< RString, RString > * | getData () const |
Private Member Functions | |
| void | init (int argc, char **argv) |
Private Attributes | |
| std::map< RString, RString > * | _data |
| RString * | _token |
| RBool | _lower |
|
||||||||||||||||
|
Definition at line 7 of file CommandLineTool.cxx. |
|
|
Definition at line 21 of file CommandLineTool.cxx. |
|
||||||||||||||||||||
|
Definition at line 14 of file CommandLineTool.cxx. |
|
||||||||||||||||
|
Definition at line 55 of file CommandLineTool.cxx. |
|
||||||||||||
|
Definition at line 44 of file CommandLineTool.cxx. |
|
|
Definition at line 22 of file CommandLineTool.hxx. |
|
||||||||||||
|
Definition at line 67 of file CommandLineTool.cxx. |
|
||||||||||||
|
Definition at line 75 of file CommandLineTool.cxx. |
|
|
Definition at line 18 of file CommandLineTool.hxx. |
|
|
Definition at line 26 of file CommandLineTool.cxx. |
|
|
Definition at line 39 of file CommandLineTool.cxx. |
|
|
Definition at line 27 of file CommandLineTool.hxx. |
|
|
Definition at line 30 of file CommandLineTool.hxx. |
|
|
Definition at line 28 of file CommandLineTool.hxx. |
1.3.9.1