Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Toggle main menu visibility
Main Page
Modules
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Variables
a
c
d
e
f
g
i
n
q
r
s
v
w
Typedefs
b
c
d
f
i
l
n
p
r
s
t
u
Enumerations
Enumerator
Concepts
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
~
Variables
a
c
d
e
f
h
i
l
m
n
o
p
r
s
t
v
w
Typedefs
c
d
e
f
i
n
o
p
r
s
t
v
w
Enumerations
Related Functions
a
b
f
n
o
p
s
t
u
v
Files
File List
Globals
All
Functions
Typedefs
Macros
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Concepts
alib2cli
src
ast
Command.h
Go to the documentation of this file.
1
6
#pragma once
7
8
#include <
ast/command/CommandResult.h
>
9
10
namespace
cli
{
11
12
class
Environment;
13
14
class
Command
{
15
public
:
16
virtual
~Command
( ) noexcept = default;
17
18
virtual
CommandResult
run
(
Environment
& environment ) const = 0;
19
};
20
21
}
/* namespace cli */
22
CommandResult.h
cli::Command
Definition:
Command.h:14
cli::Command::~Command
virtual ~Command() noexcept=default
cli::Command::run
virtual CommandResult run(Environment &environment) const =0
cli::Environment
Definition:
Environment.h:29
cli
Definition:
Arg.h:11
cli::CommandResult
CommandResult
Definition:
CommandResult.h:10
Generated on Mon Dec 27 2021 10:21:52 for Algorithms Library Toolkit by
1.9.2