|
|
#include <RobotAPI/applications/AronCodeGenerator/cxxopts.hpp>
Inheritance diagram for standard_value< T >:Public Member Functions | |
| std::shared_ptr< Value > | clone () const |
Public Member Functions inherited from abstract_value< T > | |
| abstract_value () | |
| abstract_value (const abstract_value &rhs) | |
| abstract_value (T *t) | |
| std::shared_ptr< Value > | default_value (const std::string &value) |
| const T & | 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 | ~Value ()=default |
Additional Inherited Members | |
Protected Attributes inherited from abstract_value< T > | |
| bool | m_default = false |
| std::string | m_default_value |
| bool | m_implicit = false |
| std::string | m_implicit_value |
| std::shared_ptr< T > | m_result |
| T * | m_store |
Definition at line 807 of file cxxopts.hpp.
|
inlinevirtual |
Implements Value.
Definition at line 813 of file cxxopts.hpp.