

Go to the source code of this file.
Classes | |
| class | test_roscpp_serialization::Allocator< T > |
| class | test_roscpp_serialization::Allocator< void > |
| struct | test_roscpp_serialization::Allocator< T >::rebind< U > |
| struct | test_roscpp_serialization::Allocator< void >::rebind< U > |
Namespaces | |
| namespace | test_roscpp_serialization |
Typedefs | |
| typedef boost::shared_array < uint8_t > | test_roscpp_serialization::Array |
Functions | |
| template<class T1 , class T2 > | |
| bool | test_roscpp_serialization::operator!= (const Allocator< T1 > &a1, const Allocator< T2 > &a2) throw () |
| template<class T1 , class T2 > | |
| bool | test_roscpp_serialization::operator== (const Allocator< T1 > &a1, const Allocator< T2 > &a2) throw () |
| template<typename T > | |
| Array | test_roscpp_serialization::serializeAndDeserialize (const T &ser_val, T &deser_val) |