Orbiter 2022
Combinatorial Objects
function_command.cpp
Go to the documentation of this file.
1/*
2 * function_command.cpp
3 *
4 * Created on: Apr 18, 2020
5 * Author: betten
6 */
7
8
9
10
11#include "foundations.h"
12
13
14using namespace std;
15
16
17namespace orbiter {
18namespace layer1_foundations {
19
20
22{
23 type = 0;
25 arg = 0;
26 val = 0;
27}
28
30{
31
32}
33
35{
39}
40
42{
45
46}
47
49{
52}
53
54
55}}
56
57
#define TRUE
Definition: foundations.h:231
#define FALSE
Definition: foundations.h:234
the orbiter library for the classification of combinatorial objects