Class NodeVars#
Defined in File Node.h
Inheritance Relationships#
Base Type#
public Karana::Frame::FrameVars(Class FrameVars)
Class Documentation#
-
class NodeVars : public Karana::Frame::FrameVars#
The Vars for the Node class.
Public Functions
-
NodeVars(const kc::ks_ptr<Node> &node)#
NodeVars constructor. The constructor is not meant to be called directly. Please use the create(…) method instead to create an instance.
- Parameters:
node – The node associated with this NodeVars.
-
~NodeVars()#
Destructor.
-
virtual kc::NestedVars getAllVars() const override#
Get all the Vars that this VarHolder has.
- Returns:
A map of Vars, where the Var name is the key and the Var is the value.
Public Members
-
NodeVars(const kc::ks_ptr<Node> &node)#