TwiceAsNice  2019-02-18
Classes | Namespaces | Typedefs | Functions
Joint.h File Reference
#include <Nice/Property/Property.h>
#include <Nice/BuiltinSequences.h>
#include <Nice/Util/Map.h>
Include dependency graph for Joint.h:

Classes

class  Nice::Joint
 This class represents one node of the configuration tree. Each joint can have a set of children joint OR a leaf which is of the type defined by the template parameter. The class provides several operators to set and extract data to and from a joint node. More...
 
class  Nice::Squirrel
 Stream operator. More...
 

Namespaces

 Nice
 

 

Typedefs

typedef std::vector< JointPtr > Nice::JointPtrVector
 
typedef std::map< std::string, JointPtr > Nice::JointPtrMap
 
typedef Nice::Map< std::string, JointPtr > Nice::JointPtrThreadSafeMap
 

Functions

std::ostream & Nice::operator<< (std::ostream &_s, Nice::JointPtr _j)
 Stream operator. More...
 
std::ostream & Nice::operator<< (std::ostream &_s, Nice::Joint &_j)
 Overloaded function. More...