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