![]() |
aGrUM
0.20.3
a C++ library for (probabilistic) graphical models
|
The O3ReferenceSlot is part of the AST of the O3PRM language. More...
#include <agrum/PRM/o3prm/O3prm.h>
Public Member Functions | |
O3ReferenceSlot () | |
O3ReferenceSlot (const O3Label &type, const O3Label &name, bool isArray) | |
O3ReferenceSlot (const O3ReferenceSlot &src) | |
O3ReferenceSlot (O3ReferenceSlot &&src) | |
~O3ReferenceSlot () | |
O3ReferenceSlot & | operator= (const O3ReferenceSlot &src) |
O3ReferenceSlot & | operator= (O3ReferenceSlot &&src) |
O3Label & | type () |
const O3Label & | type () const |
O3Label & | name () |
const O3Label & | name () const |
bool & | isArray () |
bool | isArray () const |
The O3ReferenceSlot is part of the AST of the O3PRM language.
gum::prm::o3prm::O3ReferenceSlot::O3ReferenceSlot | ( | const O3Label & | type, |
const O3Label & | name, | ||
bool | isArray | ||
) |
gum::prm::o3prm::O3ReferenceSlot::O3ReferenceSlot | ( | const O3ReferenceSlot & | src | ) |
gum::prm::o3prm::O3ReferenceSlot::O3ReferenceSlot | ( | O3ReferenceSlot && | src | ) |
const O3Label & gum::prm::o3prm::O3ReferenceSlot::name | ( | ) | const |
O3ReferenceSlot & gum::prm::o3prm::O3ReferenceSlot::operator= | ( | const O3ReferenceSlot & | src | ) |
O3ReferenceSlot & gum::prm::o3prm::O3ReferenceSlot::operator= | ( | O3ReferenceSlot && | src | ) |
const O3Label & gum::prm::o3prm::O3ReferenceSlot::type | ( | ) | const |