|
Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <WhileCommand.h>
Public Member Functions | |
| WhileCommand (std::unique_ptr< Expression > condition, std::unique_ptr< Command > body) | |
| CommandResult | run (Environment &environment) const override |
Public Member Functions inherited from cli::Command | |
| virtual | ~Command () noexcept=default |
|
inline |
|
inlineoverridevirtual |