Argx 1.2.2-build
Simple yet powerful argument parser made in C++
|
#include <types.hpp>
Public Attributes | |
std::string | defaultValue |
bool | hasAnySubParams = false |
bool | hasSubParams = false |
std::string | id |
ID (id) | |
std::string | info |
std::string | param |
Param (param). | |
bool | required = false |
std::string | sparam |
Short Param (sparam): | |
std::vector< ARGXOptions > | subParams |
std::string | tag = "default" |
Set default tag to categorize arguments. |
std::string argx::ARGXOptions::defaultValue |
Definition at line 48 of file types.hpp.
Referenced by argx::Argx::getSubValue().
bool argx::ARGXOptions::hasAnySubParams = false |
Definition at line 51 of file types.hpp.
Referenced by argx::Argx::compareArgs(), and argx::Argx::getWrongArgs().
bool argx::ARGXOptions::hasSubParams = false |
Definition at line 50 of file types.hpp.
Referenced by argx::Argx::compareArgs(), and argx::Argx::getWrongArgs().
std::string argx::ARGXOptions::param |
Param (param).
EXAMPLE: –help, –version
Definition at line 36 of file types.hpp.
Referenced by argx::Argx::getArgIDPos().
std::string argx::ARGXOptions::sparam |
Short Param (sparam):
Definition at line 41 of file types.hpp.
Referenced by argx::Argx::getArgIDPos().
std::vector<ARGXOptions> argx::ARGXOptions::subParams |
Definition at line 54 of file types.hpp.
Referenced by argx::Argx::compareArgs(), and argx::Argx::getWrongArgs().
std::string argx::ARGXOptions::tag = "default" |