TwiceAsNice  2019-02-18
Public Member Functions | List of all members
Nice::Squirrel Class Referenceabstract

Stream operator. More...

#include <Joint.h>

Inheritance diagram for Nice::Squirrel:
Inheritance graph
Collaboration diagram for Nice::Squirrel:
Collaboration graph

Public Member Functions

 Squirrel ()
 
virtual ~Squirrel ()
 
void run (Nice::JointPtr _joint, bool _withNodes=false)
 
virtual void operator() (const Nice::JointPtr &_joint)=0
 
 Squirrel ()
 
virtual ~Squirrel ()
 
void run (Nice::JointPtr _joint, bool _withNodes=false)
 
virtual void operator() (const Nice::JointPtr &_joint)=0
 

Detailed Description

Stream operator.

Creates a stream of a branch.

Parameters
_sStream to parse to tree.
_jThe branch to pass.
Returns
Stream Stream operator. Creates a branch od a stream.
Parameters
_sStream to pass the tree to.
Returns
Stream
Author
Juergen Berwein
Version
Date

Constructor & Destructor Documentation

◆ Squirrel() [1/2]

Nice::Squirrel::Squirrel ( )
inline

◆ ~Squirrel() [1/2]

virtual Nice::Squirrel::~Squirrel ( )
inlinevirtual
Parameters

◆ Squirrel() [2/2]

Nice::Squirrel::Squirrel ( )
inline

◆ ~Squirrel() [2/2]

virtual Nice::Squirrel::~Squirrel ( )
inlinevirtual
Parameters

Member Function Documentation

◆ operator()() [1/2]

virtual void Nice::Squirrel::operator() ( const Nice::JointPtr _joint)
pure virtual
Parameters

Implemented in Nice::XmlSquirrel.

◆ operator()() [2/2]

virtual void Nice::Squirrel::operator() ( const Nice::JointPtr _joint)
pure virtual
Parameters

Implemented in Nice::XmlSquirrel.

◆ run() [1/2]

void Nice::Squirrel::run ( Nice::JointPtr  _joint,
bool  _withNodes = false 
)
Parameters

◆ run() [2/2]

void Nice::Squirrel::run ( Nice::JointPtr  _joint,
bool  _withNodes = false 
)
Parameters

The documentation for this class was generated from the following files: