Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <CommandList.h>
Public Member Functions | |
CommandList (ext::vector< std::unique_ptr< Command > > commands) | |
CommandResult | run (Environment &environment) const override |
void | append (std::unique_ptr< Command > command) |
![]() | |
virtual | ~Command () noexcept=default |
|
inline |
|
inline |
|
inlineoverridevirtual |