1#ifndef AUBO_SCOPE_LOOP_NODE_H
2#define AUBO_SCOPE_LOOP_NODE_H
#define ARCS_CLASS_FORWARD(C)
Macro that forward declares a class and defines the respective smartpointers through ARCS_DECLARE_PTR...
VariablePtr getLoopCountVariable()
void setLoopCount(int loop_count)
Creates a loop counter configuration.
void setConfigType(ConfigType type)
ConfigType getConfigType()
This method returns the type of configuration.
void setExpression(ExpressionPtr expression)
Create a loop expression configuration.
void setLoopCountVariable(VariablePtr var)
bool isEvaluateContinously()
ExpressionPtr getExpression()
ConfigType
The configuration type used to determine which type of configuration this instance is.
void setEvaluateContinously(bool cont)
ProgramNode(ProgramNode &f)