|
|
#include <RobotAPI/applications/AronCodeGenerator/cxxopts.hpp>
Inheritance diagram for standard_value< bool >:Public Member Functions | |
| std::shared_ptr< Value > | clone () const |
| standard_value () | |
| standard_value (bool *b) | |
| ~standard_value ()=default | |
Public Member Functions inherited from abstract_value< bool > | |
| abstract_value () | |
| abstract_value (bool *t) | |
| abstract_value (const abstract_value &rhs) | |
| std::shared_ptr< Value > | default_value (const std::string &value) |
| const bool & | get () const |
| std::string | get_default_value () const |
| std::string | get_implicit_value () const |
| bool | has_default () const |
| bool | has_implicit () const |
| std::shared_ptr< Value > | implicit_value (const std::string &value) |
| bool | is_boolean () const |
| bool | is_container () const |
| void | parse () const |
| void | parse (const std::string &text) const |
| virtual | ~abstract_value ()=default |
Public Member Functions inherited from Value | |
| virtual std::string | get_default_value () const =0 |
| virtual std::string | get_implicit_value () const =0 |
| virtual bool | has_default () const =0 |
| virtual bool | has_implicit () const =0 |
| virtual bool | is_boolean () const =0 |
| virtual bool | is_container () const =0 |
| virtual void | parse () const =0 |
| virtual | ~Value ()=default |
Additional Inherited Members | |
Protected Attributes inherited from abstract_value< bool > | |
| bool | m_default |
| std::string | m_default_value |
| bool | m_implicit |
| std::string | m_implicit_value |
| std::shared_ptr< bool > | m_result |
| bool * | m_store |
Definition at line 820 of file cxxopts.hpp.
|
default |
|
inline |
Definition at line 825 of file cxxopts.hpp.
|
inline |
Definition at line 830 of file cxxopts.hpp.
|
inlinevirtual |
Implements Value.
Definition at line 836 of file cxxopts.hpp.