![]() |
aGrUM
0.16.0
|
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 | ) |
bool & gum::prm::o3prm::O3ReferenceSlot::isArray | ( | ) |
bool gum::prm::o3prm::O3ReferenceSlot::isArray | ( | ) | const |
O3Label & gum::prm::o3prm::O3ReferenceSlot::name | ( | ) |
Definition at line 1007 of file O3prm.cpp.
References __name.
Referenced by gum::prm::o3prm::O3ClassFactory< GUM_SCALAR >::__checkReferenceSlot().
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 | ) |
O3Label & gum::prm::o3prm::O3ReferenceSlot::type | ( | ) |
Definition at line 1004 of file O3prm.cpp.
References __type.
Referenced by gum::prm::o3prm::O3ClassFactory< GUM_SCALAR >::__checkReferenceSlot().
const O3Label & gum::prm::o3prm::O3ReferenceSlot::type | ( | ) | const |
|
private |
Definition at line 461 of file O3prm.h.
Referenced by isArray(), and operator=().
|
private |
Definition at line 460 of file O3prm.h.
Referenced by name(), and operator=().
|
private |
Definition at line 459 of file O3prm.h.
Referenced by operator=(), and type().