retdec
|
Argument data for command-line arguments. More...
#include <arg_handler.h>
Public Member Functions | |
ArgData () | |
Constructor. More... | |
ArgData (const ArgData &data) | |
Copy constructor. More... | |
operator bool () const | |
Public Attributes | |
bool | used |
Argument usage. More... | |
std::string | input |
Input text of argument. More... | |
Argument data for command-line arguments.
ArgData represents the information whether command-line argument was used or not. If it is used, this structure also contains the input data of the argument.
|
inline |
Constructor.
|
inline |
Copy constructor.
|
inline |
Functor for usage in conditions.
std::string retdec::unpackertool::ArgData::input |
Input text of argument.
bool retdec::unpackertool::ArgData::used |
Argument usage.