Go to the documentation of this file.
30 #ifndef TEST_ROSCP_SERIALIZATION_HELPERS_H
31 #define TEST_ROSCP_SERIALIZATION_HELPERS_H
33 #include <boost/shared_array.hpp>
45 uint32_t len = ser::serializationLength(ser_val);
48 ser::serialize(ostream, ser_val);
50 ser::deserialize(istream, deser_val);
120 return reinterpret_cast<pointer> (malloc(n *
sizeof(T)));
138 template<
class T1,
class T2>
144 template<
class T1,
class T2>
152 #endif // TEST_ROSCP_SERIALIZATION_HELPERS_H
void construct(pointer p, const_reference val)
bool operator==(const Allocator< T1 > &, const Allocator< T2 > &)
void deallocate(pointer p, size_type n)
ptrdiff_t difference_type
Array serializeAndDeserialize(const T &ser_val, T &deser_val)
const_pointer address(const_reference r) const
const typedef T & const_reference
boost::shared_array< uint8_t > Array
Allocator(const Allocator< U > &u)
const typedef T * const_pointer
bool operator!=(const Allocator< T1 > &, const Allocator< T2 > &)
pointer allocate(size_type n, Allocator< void >::const_pointer hint=0)
size_type max_size() const
pointer address(reference r) const
const typedef void * const_pointer
test_roscpp
Author(s): Morgan Quigley, Josh Faust, Brian Gerkey, Troy Straszheim, Dirk Thomas
, Jacob Perron
autogenerated on Sat Sep 14 2024 02:59:57