![]() |
Orbiter 2022
Combinatorial Objects
|
an individual command which is part of a function expressed in reverse polish notation More...
#include <globals.h>
Public Member Functions | |
| function_command () | |
| ~function_command () | |
| void | init_with_argument (int type, int arg) |
| void | init_push_immediate_constant (double val) |
| void | init_simple (int type) |
Public Attributes | |
| int | type |
| int | f_has_argument |
| int | arg |
| double | val |
an individual command which is part of a function expressed in reverse polish notation
| orbiter::layer1_foundations::function_command::function_command | ( | ) |
Definition at line 21 of file function_command.cpp.
| orbiter::layer1_foundations::function_command::~function_command | ( | ) |
Definition at line 29 of file function_command.cpp.
| void orbiter::layer1_foundations::function_command::init_push_immediate_constant | ( | double | val | ) |
Definition at line 41 of file function_command.cpp.
| void orbiter::layer1_foundations::function_command::init_simple | ( | int | type | ) |
Definition at line 48 of file function_command.cpp.
| void orbiter::layer1_foundations::function_command::init_with_argument | ( | int | type, |
| int | arg | ||
| ) |
Definition at line 34 of file function_command.cpp.
| int orbiter::layer1_foundations::function_command::f_has_argument |