22 res = m_commands [
i ]->run ( environment );
32 void append ( std::unique_ptr < Command > command ) {
33 m_commands.emplace_back ( std::move ( command ) );
void clearTemporaries()
Definition: TemporariesHolder.cpp:14
Definition: CommandList.h:12
void append(std::unique_ptr< Command > command)
Definition: CommandList.h:32
CommandResult run(Environment &environment) const override
Definition: CommandList.h:19
CommandList(ext::vector< std::unique_ptr< Command > > commands)
Definition: CommandList.h:16
Definition: Environment.h:29
Class extending the vector class from the standard library. Original reason is to allow printing of t...
Definition: vector.hpp:45
int i
Definition: AllEpsilonClosure.h:118
return res
Definition: MinimizeByPartitioning.h:145
CommandResult
Definition: CommandResult.h:10
Definition: FordFulkerson.hpp:16