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