|
MLIR-AIE
|
#include "/home/runner/work/mlir-aie/mlir-aie/runtime_lib/test_lib/cxxopts.hpp"
Inheritance diagram for cxxopts::values::standard_value< T >:
Collaboration diagram for cxxopts::values::standard_value< T >:Public Member Functions | |
| CXXOPTS_NODISCARD std::shared_ptr< Value > | clone () const override |
Public Member Functions inherited from cxxopts::values::abstract_value< T > | |
| abstract_value () | |
| abstract_value (T *t) | |
| ~abstract_value () override=default | |
| abstract_value & | operator= (const abstract_value &)=default |
| abstract_value (const abstract_value &rhs) | |
| void | add (const std::string &text) const override |
| void | parse (const std::string &text) const override |
| bool | is_container () const override |
| void | parse () const override |
| bool | has_default () const override |
| bool | has_implicit () const override |
| std::shared_ptr< Value > | default_value (const std::string &value) override |
| std::shared_ptr< Value > | implicit_value (const std::string &value) override |
| std::shared_ptr< Value > | no_implicit_value () override |
| std::string | get_default_value () const override |
| std::string | get_implicit_value () const override |
| bool | is_boolean () const override |
| const T & | get () const |
Public Member Functions inherited from cxxopts::Value | |
| virtual | ~Value ()=default |
Additional Inherited Members | |
Protected Attributes inherited from cxxopts::values::abstract_value< T > | |
| std::shared_ptr< T > | m_result {} |
| T * | m_store {} |
| bool | m_default = false |
| bool | m_implicit = false |
| std::string | m_default_value {} |
| std::string | m_implicit_value {} |
Definition at line 988 of file cxxopts.hpp.
|
inlineoverridevirtual |
Implements cxxopts::Value.
Definition at line 993 of file cxxopts.hpp.