1#ifndef AUBO_SCOPE_FUNCTION_MODEL_H
2#define AUBO_SCOPE_FUNCTION_MODEL_H
59 const std::vector<std::string> &argumentNames);
#define ARCS_CLASS_FORWARD(C)
Macro that forward declares a class and defines the respective smartpointers through ARCS_DECLARE_PTR...
FunctionPtr getFunction(const std::string &name)
bool removeFunction(FunctionPtr func)
FunctionModel(FunctionModel &&f)
std::vector< FunctionPtr > getFunctions()
FunctionModel(FunctionModel &f)
FunctionPtr addFunction(const std::string &name, const std::vector< std::string > &argumentNames)