CernVM-FS
2.12.0
|
This is the complete list of members for publish::Command::Parameter, including all inherited members.
arg_name | publish::Command::Parameter | |
description | publish::Command::Parameter | |
is_optional | publish::Command::Parameter | |
is_switch | publish::Command::Parameter | |
key | publish::Command::Parameter | |
Mandatory(const std::string &key, char short_key, const std::string &arg_name, const std::string &desc) | publish::Command::Parameter | inlinestatic |
operator!=(const Parameter &other) const | publish::Command::Parameter | inline |
operator<(const Parameter &other) const | publish::Command::Parameter | inline |
operator==(const Parameter &other) const | publish::Command::Parameter | inline |
Optional(const std::string &key, char short_key, const std::string &arg_name, const std::string &desc) | publish::Command::Parameter | inlinestatic |
Parameter(const std::string &key) | publish::Command::Parameter | inlineexplicit |
Parameter(const std::string &key, char short_key, const std::string &arg_name, const std::string &desc, bool is_switch, bool is_optional) | publish::Command::Parameter | inline |
short_key | publish::Command::Parameter | |
Switch(const std::string &key, char short_key, const std::string &desc) | publish::Command::Parameter | inlinestatic |