#include <RobotAPI/applications/AronCodeGenerator/cxxopts.hpp>
Definition at line 277 of file cxxopts.hpp.
◆ ~Value()
◆ clone()
virtual std::shared_ptr<Value> clone |
( |
| ) |
const |
|
pure virtual |
◆ default_value()
virtual std::shared_ptr<Value> default_value |
( |
const std::string & |
value | ) |
|
|
pure virtual |
◆ get_default_value()
virtual std::string get_default_value |
( |
| ) |
const |
|
pure virtual |
◆ get_implicit_value()
virtual std::string get_implicit_value |
( |
| ) |
const |
|
pure virtual |
◆ has_default()
virtual bool has_default |
( |
| ) |
const |
|
pure virtual |
◆ has_implicit()
virtual bool has_implicit |
( |
| ) |
const |
|
pure virtual |
◆ implicit_value()
virtual std::shared_ptr<Value> implicit_value |
( |
const std::string & |
value | ) |
|
|
pure virtual |
◆ is_boolean()
virtual bool is_boolean |
( |
| ) |
const |
|
pure virtual |
◆ is_container()
virtual bool is_container |
( |
| ) |
const |
|
pure virtual |
◆ parse() [1/2]
virtual void parse |
( |
| ) |
const |
|
pure virtual |
◆ parse() [2/2]
virtual void parse |
( |
const std::string & |
text | ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file: