Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
StopMeasurementFrame.h
Go to the documentation of this file.
1
6#pragma once
7
8#include <ast/Command.h>
10
11#include <alib/measure>
12
13namespace cli {
14
16public:
17 CommandResult run ( Environment & ) const override {
19 return CommandResult::OK;
20 }
21};
22
23} /* namespace cli */
24
Definition: Command.h:14
Definition: Environment.h:29
Definition: StopMeasurementFrame.h:15
CommandResult run(Environment &) const override
Definition: StopMeasurementFrame.h:17
Definition: Arg.h:11
CommandResult
Definition: CommandResult.h:10
void end()
Definition: measurements.cpp:19