![]() |
aGrUM
0.16.0
|
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 | ) |
int & gum::prm::o3prm::O3Position::column | ( | ) |
int gum::prm::o3prm::O3Position::column | ( | ) | const |
std::string & gum::prm::o3prm::O3Position::file | ( | ) |
const std::string & gum::prm::o3prm::O3Position::file | ( | ) | const |
int & gum::prm::o3prm::O3Position::line | ( | ) |
int gum::prm::o3prm::O3Position::line | ( | ) | const |
O3Position & gum::prm::o3prm::O3Position::operator= | ( | const O3Position & | src | ) |
O3Position & gum::prm::o3prm::O3Position::operator= | ( | O3Position && | src | ) |
|
private |
Definition at line 76 of file O3prm.h.
Referenced by column(), and operator=().
|
private |
Definition at line 74 of file O3prm.h.
Referenced by file(), and operator=().
|
private |
Definition at line 75 of file O3prm.h.
Referenced by line(), and operator=().