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