Definition at line 80 of file ParseCommand.h.
◆ CommandLineParserClass()
◆ Found()
bool Found |
( |
std::string |
name | ) |
|
|
inline |
Definition at line 88 of file ParseCommand.h.
References ArgMap.
88 {
return ArgMap[name].Found; }
std::map< std::string, ParamClass > ArgMap
◆ GetArg() [1/2]
std::string GetArg |
( |
std::string |
name | ) |
|
|
inline |
Definition at line 89 of file ParseCommand.h.
References ArgMap.
89 {
return ArgMap[name].GetArg(); }
std::map< std::string, ParamClass > ArgMap
◆ GetArg() [2/2]
std::string GetArg |
( |
std::string |
name, |
|
|
int |
num |
|
) |
| |
|
inline |
Definition at line 90 of file ParseCommand.h.
References ArgMap.
90 {
return ArgMap[name].GetArg(num); }
std::map< std::string, ParamClass > ArgMap
◆ GetFile()
std::string GetFile |
( |
int |
i | ) |
|
|
inline |
◆ NumFiles()
◆ Parse()
bool Parse |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ ArgMap
◆ Files
std::vector<std::string> Files |
|
private |
The documentation for this class was generated from the following file:
- /home/pk7/projects/qmc/for_cron_doxygen/qmcpack/src/QMCTools/ppconvert/src/ParseCommand.h