Robot Raconteur Core C++ Library
List of all members
RobotRaconteur::RRValue Class Referenceabstract

Base class for all Robot Raconteur value types (except primitives) More...

Inheritance diagram for RobotRaconteur::RRValue:
RobotRaconteur::MessageElementData RobotRaconteur::RRList< T > RobotRaconteur::RRMap< K, T > RobotRaconteur::RRMultiDimBaseArray RobotRaconteur::RRNamedBaseArray RobotRaconteur::RRNamedBaseMultiDimArray RobotRaconteur::RRPodBaseArray RobotRaconteur::RRPodBaseMultiDimArray RobotRaconteur::RRStructure

Detailed Description

Base class for all Robot Raconteur value types (except primitives)

RRValue is always stored in an RR_INTRUSIVE_PTR container. Allocating on the stack is undefined. RRValue extends boost::intrusive_ref_counter to support RR_INTRUSIVE_PTR


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