![]() |
aGrUM
0.14.1
|
The O3IntType is part of the AST of the O3PRM language. More...
#include <agrum/PRM/o3prm/O3prm.h>
Public Member Functions | |
O3IntType () | |
O3IntType (const O3IntType &src) | |
O3IntType (O3IntType &&src) | |
~O3IntType () | |
O3IntType & | operator= (const O3IntType &src) |
O3IntType & | operator= (O3IntType &&src) |
O3Position & | position () |
const O3Position & | position () const |
O3Label & | name () |
const O3Label & | name () const |
O3Integer & | start () |
const O3Integer & | start () const |
O3Integer & | end () |
const O3Integer & | end () const |
bool & | deprecated () |
const bool & | deprecated () const |
gum::prm::o3prm::O3IntType::O3IntType | ( | const O3IntType & | src | ) |
bool & gum::prm::o3prm::O3IntType::deprecated | ( | ) |
const bool & gum::prm::o3prm::O3IntType::deprecated | ( | ) | const |
O3Integer & gum::prm::o3prm::O3IntType::end | ( | ) |
const O3Integer & gum::prm::o3prm::O3IntType::end | ( | ) | const |
O3Label & gum::prm::o3prm::O3IntType::name | ( | ) |
const O3Label & gum::prm::o3prm::O3IntType::name | ( | ) | const |
O3Position & gum::prm::o3prm::O3IntType::position | ( | ) |
const O3Position & gum::prm::o3prm::O3IntType::position | ( | ) | const |
O3Integer & gum::prm::o3prm::O3IntType::start | ( | ) |
const O3Integer & gum::prm::o3prm::O3IntType::start | ( | ) | const |
|
private |
Definition at line 275 of file O3prm.h.
Referenced by deprecated(), and operator=().
|
private |
Definition at line 274 of file O3prm.h.
Referenced by end(), and operator=().
|
private |
Definition at line 272 of file O3prm.h.
Referenced by name(), and operator=().
|
private |
Definition at line 271 of file O3prm.h.
Referenced by operator=(), and position().
|
private |
Definition at line 273 of file O3prm.h.
Referenced by operator=(), and start().