R3BROOT
R3B analysis software
|
This is the complete list of members for R3B::Option< Type >, including all inherited members.
add(const std::string &desc, bool is_requried=false) | R3B::Option< Type > | inline |
as_positional(int option) | R3B::Option< Type > | inline |
is_positional() const -> bool | R3B::Option< Type > | inline |
is_required() const -> bool | R3B::Option< Type > | inline |
operator=(const Option &) -> Option &=delete | R3B::Option< Type > | |
operator=(Option &&) -> Option &=delete | R3B::Option< Type > | |
R3B::OptionConcept::operator=(const OptionConcept &) -> OptionConcept &=delete | R3B::OptionConcept | |
R3B::OptionConcept::operator=(OptionConcept &&) -> OptionConcept &=delete | R3B::OptionConcept | |
Option(const Option &)=delete | R3B::Option< Type > | |
Option(Option &&)=delete | R3B::Option< Type > | |
Option(std::string name, Type defaultValue, ProgramOptions *program) | R3B::Option< Type > | inline |
OptionConcept(const OptionConcept &)=delete | R3B::OptionConcept | |
OptionConcept(OptionConcept &&)=delete | R3B::OptionConcept | |
OptionConcept()=default | R3B::OptionConcept | |
retrieve(const po::variables_map &varMap) override | R3B::Option< Type > | inlinevirtual |
set_required(bool p_rq=true) | R3B::Option< Type > | inline |
type typedef | R3B::Option< Type > | |
value() const | R3B::Option< Type > | inline |
~Option() override | R3B::Option< Type > | inline |
~OptionConcept()=default | R3B::OptionConcept | virtual |