#include <CmdLineArgs.h>
|
std::vector< std::string > | argvVector |
|
std::vector< std::string >::const_iterator | vecItr |
|
Definition at line 15 of file CmdLineArgs.h.
◆ CmdLineArgs()
pool::CmdLineArgs::CmdLineArgs |
( |
int |
argc, |
|
|
const char * |
argv[] |
|
) |
| |
|
inline |
◆ getArg() [1/2]
std::string pool::CmdLineArgs::getArg |
( |
const std::string |
arg | ) |
|
|
inline |
Get argument from command line using qualifier.
Definition at line 57 of file CmdLineArgs.h.
59 std::vector<std::string>::const_iterator itr
◆ getArg() [2/2]
std::string pool::CmdLineArgs::getArg |
( |
std::vector< std::string >::const_iterator |
itr | ) |
|
|
inline |
Get argument from command line using position.
Definition at line 65 of file CmdLineArgs.h.
◆ getPos()
std::vector< std::string >::const_iterator pool::CmdLineArgs::getPos |
( |
| ) |
const |
|
inline |
◆ hasQual()
bool pool::CmdLineArgs::hasQual |
( |
const std::string |
arg | ) |
const |
|
inline |
Check if argument is in command line.
Definition at line 50 of file CmdLineArgs.h.
◆ argvVector
std::vector<std::string> pool::CmdLineArgs::argvVector |
|
private |
◆ vecItr
std::vector<std::string>::const_iterator pool::CmdLineArgs::vecItr |
|
private |
The documentation for this class was generated from the following file: