|
#include <RobotAPI/applications/AronCodeGenerator/cxxopts.hpp>
Public Member Functions | |
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 |
![]() | |
virtual std::shared_ptr< Value > | clone () const =0 |
virtual | ~Value ()=default |
Protected Attributes | |
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 685 of file cxxopts.hpp.
|
inline |
Definition at line 690 of file cxxopts.hpp.
|
inline |
Definition at line 694 of file cxxopts.hpp.
|
virtualdefault |
|
inline |
Definition at line 700 of file cxxopts.hpp.
|
inlinevirtual |
Implements Value.
Definition at line 749 of file cxxopts.hpp.
|
inline |
|
inlinevirtual |
Implements Value.
Definition at line 765 of file cxxopts.hpp.
|
inlinevirtual |
Implements Value.
Definition at line 771 of file cxxopts.hpp.
|
inlinevirtual |
Implements Value.
Definition at line 737 of file cxxopts.hpp.
|
inlinevirtual |
Implements Value.
Definition at line 743 of file cxxopts.hpp.
|
inlinevirtual |
Implements Value.
Definition at line 757 of file cxxopts.hpp.
|
inlinevirtual |
Implements Value.
Definition at line 777 of file cxxopts.hpp.
|
inlinevirtual |
Implements Value.
Definition at line 725 of file cxxopts.hpp.
|
inlinevirtual |
Implements Value.
Definition at line 731 of file cxxopts.hpp.
|
inlinevirtual |
Implements Value.
Definition at line 719 of file cxxopts.hpp.
|
protected |
Definition at line 799 of file cxxopts.hpp.
|
protected |
Definition at line 802 of file cxxopts.hpp.
|
protected |
Definition at line 800 of file cxxopts.hpp.
|
protected |
Definition at line 803 of file cxxopts.hpp.
|
protected |
Definition at line 796 of file cxxopts.hpp.
|
protected |
Definition at line 797 of file cxxopts.hpp.