CernVM-FS
2.12.0
|
#include <command.h>
Public Member Functions | |
Argument () | |
Argument (const std::string &v) | |
Public Attributes | |
std::string | value_str |
int64_t | value_int |
Encapsulates the value of parameters that are not switches. The conversion to an int is done unconditionally, which doesn't hurt even for string arguments.
|
inlineexplicit |
int64_t publish::Command::Argument::value_int |
Definition at line 104 of file command.h.
Referenced by publish::Command::ParseOptions().
std::string publish::Command::Argument::value_str |
Definition at line 103 of file command.h.
Referenced by publish::Command::ParseOptions().