|
NEML2 2.1.0
|
This is the complete list of members for OptionSet, including all inherited members.
| _metadata | OptionSet | protected |
| _values | OptionSet | protected |
| add(const std::string &name, const T &default_value, std::string doc) | OptionSet | |
| add(const std::string &name, std::string doc) | OptionSet | |
| add_buffer(const std::string &, const TensorName< T > &, std::string) | OptionSet | |
| add_buffer(const std::string &, std::string) | OptionSet | |
| add_input(const std::string &, const VariableName &, std::string) | OptionSet | |
| add_input(const std::string &, std::string) | OptionSet | |
| add_optional(const std::string &name, std::string doc) | OptionSet | |
| add_optional_input(const std::string &, std::string) | OptionSet | |
| add_optional_output(const std::string &, std::string) | OptionSet | |
| add_output(const std::string &, const VariableName &, std::string) | OptionSet | |
| add_output(const std::string &, std::string) | OptionSet | |
| add_parameter(const std::string &, const TensorName< T > &, std::string) | OptionSet | |
| add_parameter(const std::string &, std::string) | OptionSet | |
| add_private(const std::string &name, const T &default_value) | OptionSet | |
| begin() | OptionSet | |
| begin() const | OptionSet | |
| clear() | OptionSet | |
| const_iterator typedef | OptionSet | |
| contains(const std::string &) const | OptionSet | |
| defined(const std::string &name) const | OptionSet | |
| doc() const | OptionSet | inline |
| doc() | OptionSet | inline |
| end() | OptionSet | |
| end() const | OptionSet | |
| get(const std::string &) const | OptionSet | |
| get(const std::string &) const | OptionSet | |
| get_map(const std::string &, const std::string &) const | OptionSet | |
| iterator typedef | OptionSet | |
| map_type typedef | OptionSet | |
| name() const | OptionSet | inline |
| name() | OptionSet | inline |
| operator+=(const OptionSet &source) | OptionSet | |
| operator+=(OptionSet &&source) | OptionSet | |
| operator=(const OptionSet &) | OptionSet | |
| operator=(OptionSet &&) noexcept | OptionSet | |
| OptionSet()=default | OptionSet | |
| OptionSet(const OptionSet &) | OptionSet | |
| OptionSet(OptionSet &&) noexcept | OptionSet | |
| path() const | OptionSet | inline |
| path() | OptionSet | inline |
| section() const | OptionSet | inline |
| section() | OptionSet | inline |
| set(const std::string &name, const T &value) | OptionSet | |
| set_private(const std::string &name, const T &value) | OptionSet | |
| size() const | OptionSet | inline |
| suppress(const std::string &name) | OptionSet | |
| to_str() const | OptionSet | |
| type() const | OptionSet | inline |
| type() | OptionSet | inline |
| user_specified(const std::string &name) const | OptionSet | |
| ~OptionSet()=default | OptionSet | virtual |