15 std::unique_ptr < cli::Arg > m_name;
18 std::unique_ptr < CategoryOption > m_category;
21 SingleStatement ( std::unique_ptr < cli::Arg > name,
ext::vector < std::unique_ptr < cli::Arg > > templateParams,
ext::vector < std::shared_ptr < Statement > > params, std::unique_ptr < CategoryOption > category );
23 std::shared_ptr < abstraction::Value >
translateAndEval (
const std::shared_ptr < abstraction::Value > & prev,
Environment & environment )
const override;
Definition: Environment.h:29
Definition: SingleStatement.h:14
SingleStatement(std::unique_ptr< cli::Arg > name, ext::vector< std::unique_ptr< cli::Arg > > templateParams, ext::vector< std::shared_ptr< Statement > > params, std::unique_ptr< CategoryOption > category)
Definition: SingleStatement.cpp:13
std::shared_ptr< abstraction::Value > translateAndEval(const std::shared_ptr< abstraction::Value > &prev, Environment &environment) const override
Definition: SingleStatement.cpp:16
Definition: Statement.h:14
Class extending the vector class from the standard library. Original reason is to allow printing of t...
Definition: vector.hpp:45