![]() |
QMCPACK
|
Collaboration diagram for ParamClass:Public Member Functions | |
| std::string | GetName () |
| std::string | GetArg () |
| std::string | GetArg (int arg) |
| void | SetArg (std::string arg) |
| ParamClass (std::string name, int numArgs) | |
| ParamClass (std::string name, bool needsArg) | |
| ParamClass () | |
Private Attributes | |
| std::string | Name |
| std::vector< std::string > | Args |
| bool | Found |
| int | NumArgsNeeded |
Friends | |
| class | CommandLineParserClass |
Definition at line 27 of file ParseCommand.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
Definition at line 34 of file ParseCommand.h.
|
private |
Definition at line 31 of file ParseCommand.h.
|
private |
Definition at line 32 of file ParseCommand.h.
Referenced by ParamClass().
|
private |
Definition at line 30 of file ParseCommand.h.
Referenced by GetName(), and ParamClass().
|
private |
Definition at line 33 of file ParseCommand.h.
Referenced by GetArg(), ParamClass(), and SetArg().