61 const double & aggregated_value) :
63 aggregated_value_(aggregated_value)
70 return aggregated_value_;
90 SpartaHandler handler_;
91 const double & aggregated_value_;
Set of macros for Sparta assertions. Caught by the framework.
#define sparta_assert(...)
Simple variadic assertion that will throw a sparta_exception if the condition fails.
File that contains the macro used to generate the class callbacks.
void setNode(const TreeNode *node)
StatInstCalculator(const SpartaHandler &handler, const double &aggregated_value)
double getCurrentValue() const
const TreeNode * getNode() const
Node in a composite tree representing a sparta Tree item.
Macros for handling exponential backoff.