#include "/home/runner/work/mlir-aie/mlir-aie/runtime_lib/test_lib/cxxopts.hpp"
Definition at line 298 of file cxxopts.hpp.
◆ ~Value()
| virtual cxxopts::Value::~Value |
( |
| ) |
|
|
virtualdefault |
◆ add()
| virtual void cxxopts::Value::add |
( |
const std::string & |
text | ) |
const |
|
pure virtual |
◆ clone()
| virtual std::shared_ptr< Value > cxxopts::Value::clone |
( |
| ) |
const |
|
pure virtual |
◆ default_value()
| virtual std::shared_ptr< Value > cxxopts::Value::default_value |
( |
const std::string & |
value | ) |
|
|
pure virtual |
◆ get_default_value()
| virtual std::string cxxopts::Value::get_default_value |
( |
| ) |
const |
|
pure virtual |
◆ get_implicit_value()
| virtual std::string cxxopts::Value::get_implicit_value |
( |
| ) |
const |
|
pure virtual |
◆ has_default()
| virtual bool cxxopts::Value::has_default |
( |
| ) |
const |
|
pure virtual |
◆ has_implicit()
| virtual bool cxxopts::Value::has_implicit |
( |
| ) |
const |
|
pure virtual |
◆ implicit_value()
| virtual std::shared_ptr< Value > cxxopts::Value::implicit_value |
( |
const std::string & |
value | ) |
|
|
pure virtual |
◆ is_boolean()
| virtual bool cxxopts::Value::is_boolean |
( |
| ) |
const |
|
pure virtual |
◆ is_container()
| virtual bool cxxopts::Value::is_container |
( |
| ) |
const |
|
pure virtual |
◆ no_implicit_value()
| virtual std::shared_ptr< Value > cxxopts::Value::no_implicit_value |
( |
| ) |
|
|
pure virtual |
◆ parse() [1/2]
| virtual void cxxopts::Value::parse |
( |
| ) |
const |
|
pure virtual |
◆ parse() [2/2]
| virtual void cxxopts::Value::parse |
( |
const std::string & |
text | ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file: