Argx 1.2.2-build
Simple yet powerful argument parser made in C++
|
#include <types.hpp>
Public Attributes | |
bool | exists = false |
std::vector< bool > | subExists |
bool argx::ARGXParam::exists = false |
Definition at line 59 of file types.hpp.
Referenced by argx::Argx::getParam().
std::vector<bool> argx::ARGXParam::subExists |
Definition at line 60 of file types.hpp.
Referenced by argx::Argx::getParam(), and argx::Argx::getSubParam().