This is the complete list of members for Pulsar::Option< T >, including all inherited members.
description (defined in Pulsar::Option< T >) | Pulsar::Option< T > | |
detailed_description (defined in Pulsar::Option< T >) | Pulsar::Option< T > | |
get_value() const | Configuration::Parameter< T > | |
operator T&() | Configuration::Parameter< T > | |
operator=(const T &t) | Pulsar::Option< T > | inline |
operator==(const T &t) const | Configuration::Parameter< T > | |
Option(const std::string &name, const T &default_value, const std::string &description="none", const std::string &detailed_description="none") | Pulsar::Option< T > | |
Option(CommandParser *parser, const std::string &name, const std::string &default_value, const std::string &description="none", const std::string &detailed_description="none") | Pulsar::Option< T > | |
Option(Configuration::Parameter< T > ¶meter, const std::string &name, const T &default_value, const std::string &description="none", const std::string &detailed_description="none") | Pulsar::Option< T > | |
Option(Configuration::Parameter< T > ¶meter, const std::string &name, const std::string &description="none", const std::string &detailed_description="none") | Pulsar::Option< T > | |
Option(Configuration::Parameter< T > ¶meter, CommandParser *parser, const std::string &name, const std::string &default_value, const std::string &description="none", const std::string &detailed_description="none") | Pulsar::Option< T > | |
set_value(const T &val) | Configuration::Parameter< T > | |