DetachableJointInfoSerializer Class Reference
Serializer for DetachableJointInfo object. More...
#include <DetachableJoint.hh>
Static Public Member Functions | |
| static std::istream & | Deserialize (std::istream &_in, components::DetachableJointInfo &_info) | 
Deserialization for std::set<std::string>.   | |
| static std::ostream & | Serialize (std::ostream &_out, const components::DetachableJointInfo &_info) | 
Serialization for DetachableJointInfo.   | |
Detailed Description
Serializer for DetachableJointInfo object.
Member Function Documentation
◆ Deserialize()
      
  | 
  inlinestatic | 
Deserialization for std::set<std::string>. 
- Parameters
 - 
  
[in] _in Input stream. [in] _info DetachableJointInfo object to populate  
- Returns
 - The stream.
 
References DetachableJointInfo::childLink, DetachableJointInfo::jointType, and DetachableJointInfo::parentLink.
◆ Serialize()
      
  | 
  inlinestatic | 
Serialization for DetachableJointInfo. 
- Parameters
 - 
  
[in] _out Output stream. [in] _info DetachableJointInfo object to stream  
- Returns
 - The stream.
 
References DetachableJointInfo::childLink, DetachableJointInfo::jointType, and DetachableJointInfo::parentLink.
The documentation for this class was generated from the following file: