retdec
|
Metadata for commend-line arguments. More...
#include <arg_handler.h>
Public Member Functions | |
ArgInfo (char opt, const std::string &longOpt, bool hasInput) | |
~ArgInfo () | |
Public Attributes | |
char | _opt |
Short option. More... | |
std::string | _longOpt |
Long option. More... | |
bool | _hasInput |
Has an input. More... | |
ArgData * | _data |
Data. More... | |
Metadata for commend-line arguments.
ArgInfo represents the metadata for all available command-line arguments. If the command-line argument is used during the program startup it also contains the data of the command-line argument. If the argument is marked as input argument, the next argument will be considered as an input to this argument.
|
inline |
|
inline |
ArgData* retdec::unpackertool::ArgInfo::_data |
Data.
bool retdec::unpackertool::ArgInfo::_hasInput |
Has an input.
std::string retdec::unpackertool::ArgInfo::_longOpt |
Long option.
char retdec::unpackertool::ArgInfo::_opt |
Short option.