Class ChainedFrameToFrameVars#
Defined in File ChainedFrameToFrame.h
Inheritance Relationships#
Base Type#
public Karana::Frame::FrameToFrameVars(Class FrameToFrameVars)
Class Documentation#
-
class ChainedFrameToFrameVars : public Karana::Frame::FrameToFrameVars#
The Vars for the ChainedFrameToFrame class.
Public Functions
-
ChainedFrameToFrameVars(const kc::ks_ptr<ChainedFrameToFrame> &f2f)#
ChainedFrameToFrameVars constructor. The constructor is not meant to be called directly. Please use the create(…) method instead to create an instance.
- Parameters:
f2f – The f2f associated with this ChainedFrameToFrameVars.
-
~ChainedFrameToFrameVars()#
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 Static Functions
-
static kc::ks_ptr<ChainedFrameToFrameVars> create(const kc::ks_ptr<ChainedFrameToFrame> &f2f)#
Create an instance of the ChainedFrameToFrameVars.
- Parameters:
f2f – The f2f associated with this ChainedFrameToFrameVars.
- Returns:
A pointer to the newly created instance of ChainedFrameToFrameVars.
-
ChainedFrameToFrameVars(const kc::ks_ptr<ChainedFrameToFrame> &f2f)#