The O3InstanceParameter is part of the AST of the O3PRM language.
More...
#include <agrum/PRM/o3prm/O3prm.h>
The O3InstanceParameter is part of the AST of the O3PRM language.
Definition at line 756 of file O3prm.h.
◆ O3InstanceParameter() [1/3]
gum::prm::o3prm::O3InstanceParameter::O3InstanceParameter |
( |
| ) |
|
◆ O3InstanceParameter() [2/3]
◆ O3InstanceParameter() [3/3]
◆ ~O3InstanceParameter()
gum::prm::o3prm::O3InstanceParameter::~O3InstanceParameter |
( |
| ) |
|
◆ isInteger() [1/2]
bool & gum::prm::o3prm::O3InstanceParameter::isInteger |
( |
| ) |
|
◆ isInteger() [2/2]
bool gum::prm::o3prm::O3InstanceParameter::isInteger |
( |
| ) |
const |
◆ name() [1/2]
O3Label & gum::prm::o3prm::O3InstanceParameter::name |
( |
| ) |
|
◆ name() [2/2]
const O3Label & gum::prm::o3prm::O3InstanceParameter::name |
( |
| ) |
const |
◆ operator=() [1/2]
Definition at line 1361 of file O3prm.cpp.
1362 if (
this == &src) {
return *
this; }
◆ operator=() [2/2]
Definition at line 1369 of file O3prm.cpp.
1370 if (
this == &src) {
return *
this; }
1371 _name_ = std::move(src._name_);
1372 _value_ = std::move(src._value_);
◆ value() [1/2]
O3Float & gum::prm::o3prm::O3InstanceParameter::value |
( |
| ) |
|
◆ value() [2/2]
const O3Float & gum::prm::o3prm::O3InstanceParameter::value |
( |
| ) |
const |
◆ _isInteger_
bool gum::prm::o3prm::O3InstanceParameter::_isInteger_ |
|
private |
◆ _name_
O3Label gum::prm::o3prm::O3InstanceParameter::_name_ |
|
private |
◆ _value_
O3Float gum::prm::o3prm::O3InstanceParameter::_value_ |
|
private |
The documentation for this class was generated from the following files: