Classes | |
class | Allocator |
class | Allocator< void > |
Typedefs | |
typedef boost::shared_array < uint8_t > | Array |
Functions | |
template<class T1 , class T2 > | |
bool | operator!= (const Allocator< T1 > &a1, const Allocator< T2 > &a2) throw () |
template<class T1 , class T2 > | |
bool | operator== (const Allocator< T1 > &a1, const Allocator< T2 > &a2) throw () |
ROS_DECLARE_MESSAGE_WITH_ALLOCATOR (ArrayOfFixedLength, MyArrayOfFixedLength, Allocator) | |
ROS_DECLARE_MESSAGE_WITH_ALLOCATOR (ArrayOfVariableLength, MyArrayOfVariableLength, Allocator) | |
ROS_DECLARE_MESSAGE_WITH_ALLOCATOR (EmbeddedFixedLength, MyEmbeddedFixedLength, Allocator) | |
ROS_DECLARE_MESSAGE_WITH_ALLOCATOR (EmbeddedVariableLength, MyEmbeddedVariableLength, Allocator) | |
ROS_DECLARE_MESSAGE_WITH_ALLOCATOR (FixedLength, MyFixedLength, Allocator) | |
ROS_DECLARE_MESSAGE_WITH_ALLOCATOR (VariableLength, MyVariableLength, Allocator) | |
ROS_DECLARE_MESSAGE_WITH_ALLOCATOR (WithHeader, MyWithHeader, Allocator) | |
ROS_DECLARE_MESSAGE_WITH_ALLOCATOR (EmbeddedExternal, MyEmbeddedExternal, Allocator) | |
ROS_DECLARE_MESSAGE_WITH_ALLOCATOR (WithTime, MyWithTime, Allocator) | |
ROS_DECLARE_MESSAGE_WITH_ALLOCATOR (WithDuration, MyWithDuration, Allocator) | |
ROS_DECLARE_MESSAGE_WITH_ALLOCATOR (WithMemberNamedHeaderThatIsNotAHeader, MyWithMemberNamedHeaderThatIsNotAHeader, Allocator) | |
ROS_DECLARE_MESSAGE_WITH_ALLOCATOR (FixedLengthArrayOfExternal, MyFixedLengthArrayOfExternal, Allocator) | |
ROS_DECLARE_MESSAGE_WITH_ALLOCATOR (VariableLengthArrayOfExternal, MyVariableLengthArrayOfExternal, Allocator) | |
ROS_DECLARE_MESSAGE_WITH_ALLOCATOR (FixedLengthStringArray, MyFixedLengthStringArray, Allocator) | |
ROS_DECLARE_MESSAGE_WITH_ALLOCATOR (VariableLengthStringArray, MyVariableLengthStringArray, Allocator) | |
template<typename T > | |
Array | serializeAndDeserialize (const T &ser_val, T &deser_val) |
typedef boost::shared_array<uint8_t> test_roscpp::Array |
bool test_roscpp::operator!= | ( | const Allocator< T1 > & | a1, |
const Allocator< T2 > & | a2 | ||
) | throw () [inline] |
bool test_roscpp::operator== | ( | const Allocator< T1 > & | a1, |
const Allocator< T2 > & | a2 | ||
) | throw () [inline] |
test_roscpp::ROS_DECLARE_MESSAGE_WITH_ALLOCATOR | ( | ArrayOfFixedLength | , |
MyArrayOfFixedLength | , | ||
Allocator | |||
) |
test_roscpp::ROS_DECLARE_MESSAGE_WITH_ALLOCATOR | ( | ArrayOfVariableLength | , |
MyArrayOfVariableLength | , | ||
Allocator | |||
) |
test_roscpp::ROS_DECLARE_MESSAGE_WITH_ALLOCATOR | ( | EmbeddedFixedLength | , |
MyEmbeddedFixedLength | , | ||
Allocator | |||
) |
test_roscpp::ROS_DECLARE_MESSAGE_WITH_ALLOCATOR | ( | EmbeddedVariableLength | , |
MyEmbeddedVariableLength | , | ||
Allocator | |||
) |
test_roscpp::ROS_DECLARE_MESSAGE_WITH_ALLOCATOR | ( | FixedLength | , |
MyFixedLength | , | ||
Allocator | |||
) |
test_roscpp::ROS_DECLARE_MESSAGE_WITH_ALLOCATOR | ( | VariableLength | , |
MyVariableLength | , | ||
Allocator | |||
) |
test_roscpp::ROS_DECLARE_MESSAGE_WITH_ALLOCATOR | ( | WithHeader | , |
MyWithHeader | , | ||
Allocator | |||
) |
test_roscpp::ROS_DECLARE_MESSAGE_WITH_ALLOCATOR | ( | EmbeddedExternal | , |
MyEmbeddedExternal | , | ||
Allocator | |||
) |
test_roscpp::ROS_DECLARE_MESSAGE_WITH_ALLOCATOR | ( | WithTime | , |
MyWithTime | , | ||
Allocator | |||
) |
test_roscpp::ROS_DECLARE_MESSAGE_WITH_ALLOCATOR | ( | WithDuration | , |
MyWithDuration | , | ||
Allocator | |||
) |
test_roscpp::ROS_DECLARE_MESSAGE_WITH_ALLOCATOR | ( | WithMemberNamedHeaderThatIsNotAHeader | , |
MyWithMemberNamedHeaderThatIsNotAHeader | , | ||
Allocator | |||
) |
test_roscpp::ROS_DECLARE_MESSAGE_WITH_ALLOCATOR | ( | FixedLengthArrayOfExternal | , |
MyFixedLengthArrayOfExternal | , | ||
Allocator | |||
) |
test_roscpp::ROS_DECLARE_MESSAGE_WITH_ALLOCATOR | ( | VariableLengthArrayOfExternal | , |
MyVariableLengthArrayOfExternal | , | ||
Allocator | |||
) |
test_roscpp::ROS_DECLARE_MESSAGE_WITH_ALLOCATOR | ( | FixedLengthStringArray | , |
MyFixedLengthStringArray | , | ||
Allocator | |||
) |
test_roscpp::ROS_DECLARE_MESSAGE_WITH_ALLOCATOR | ( | VariableLengthStringArray | , |
MyVariableLengthStringArray | , | ||
Allocator | |||
) |
Array test_roscpp::serializeAndDeserialize | ( | const T & | ser_val, |
T & | deser_val | ||
) |