#include <boost/shared_array.hpp>#include <ros/serialization.h>#include <stdint.h>#include <iostream>#include <cmath>#include <stdexcept>#include "duration.h"#include <sys/time.h>#include "serialized_message.h"#include "message_forward.h"#include <ros/time.h>#include <string>#include <boost/utility/enable_if.hpp>#include <boost/type_traits/remove_const.hpp>#include <boost/type_traits/remove_reference.hpp>#include "message_traits.h"#include "ros/exception.h"#include <vector>#include <boost/array.hpp>#include <boost/call_traits.hpp>#include <boost/mpl/and.hpp>#include <boost/mpl/or.hpp>#include <boost/mpl/not.hpp>#include <cstring>

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) |