![]() |
aGrUM
0.20.3
a C++ library for (probabilistic) graphical models
|
The O3Instance is part of the AST of the O3PRM language. More...
#include <agrum/PRM/o3prm/O3prm.h>
Public Member Functions | |
O3Instance () | |
O3Instance (const O3Instance &src) | |
O3Instance (O3Instance &&src) | |
~O3Instance () | |
O3Instance & | operator= (const O3Instance &src) |
O3Instance & | operator= (O3Instance &&src) |
O3Label & | type () |
const O3Label & | type () const |
O3Label & | name () |
const O3Label & | name () const |
O3Integer & | size () |
const O3Integer & | size () const |
O3InstanceParameterList & | parameters () |
const O3InstanceParameterList & | parameters () const |
Public Types | |
using | O3InstanceParameterList = std::vector< O3InstanceParameter > |
The O3Instance is part of the AST of the O3PRM language.
using gum::prm::o3prm::O3Instance::O3InstanceParameterList = std::vector< O3InstanceParameter > |
gum::prm::o3prm::O3Instance::O3Instance | ( | const O3Instance & | src | ) |
Definition at line 1230 of file O3prm.cpp.
gum::prm::o3prm::O3Instance::O3Instance | ( | O3Instance && | src | ) |
Definition at line 1236 of file O3prm.cpp.
const O3Label & gum::prm::o3prm::O3Instance::name | ( | ) | const |
O3Instance & gum::prm::o3prm::O3Instance::operator= | ( | const O3Instance & | src | ) |
Definition at line 1247 of file O3prm.cpp.
O3Instance & gum::prm::o3prm::O3Instance::operator= | ( | O3Instance && | src | ) |
Definition at line 1256 of file O3prm.cpp.
O3Instance::O3InstanceParameterList & gum::prm::o3prm::O3Instance::parameters | ( | ) |
Definition at line 1281 of file O3prm.cpp.
const O3Instance::O3InstanceParameterList & gum::prm::o3prm::O3Instance::parameters | ( | ) | const |
Definition at line 1277 of file O3prm.cpp.
const O3Integer & gum::prm::o3prm::O3Instance::size | ( | ) | const |
const O3Label & gum::prm::o3prm::O3Instance::type | ( | ) | const |
|
private |