test_roscpp_serialization::Constants_< ContainerAllocator > Struct Template Reference

#include <Constants.h>

List of all members.

Public Types

enum  { a = 1 }
enum  { b = 2 }
enum  { c = 3 }
enum  { d = 4 }
enum  { e = 5 }
enum  { f = 6 }
enum  { g = 7 }
enum  { h = 8 }
typedef boost::shared_ptr
< ::test_roscpp_serialization::Constants_
< ContainerAllocator > const > 
ConstPtr
typedef boost::shared_ptr
< ::test_roscpp_serialization::Constants_
< ContainerAllocator > > 
Ptr
typedef Constants_
< ContainerAllocator > 
Type

Public Member Functions

ROS_DEPRECATED const std::string __getDataType () const
ROS_DEPRECATED const std::string __getMD5Sum () const
ROS_DEPRECATED const std::string __getMessageDefinition () const
 Constants_ (const ContainerAllocator &_alloc)
 Constants_ ()
virtual ROS_DEPRECATED uint8_t * deserialize (uint8_t *read_ptr)
virtual ROS_DEPRECATED uint32_t serializationLength () const
virtual ROS_DEPRECATED uint8_t * serialize (uint8_t *write_ptr, uint32_t seq) const

Static Public Member Functions

static ROS_DEPRECATED const
std::string 
__s_getDataType ()
static ROS_DEPRECATED const
std::string 
__s_getMD5Sum ()
static ROS_DEPRECATED const
std::string 
__s_getMessageDefinition ()

Static Public Attributes

static const float fa = 1.5
static const double fb = 40.9
static const std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
str = "hello there"
static const std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
str2 = "this string has \"quotes\" and \\slashes\\ in it"

Static Private Member Functions

static const char * __s_getDataType_ ()
static const char * __s_getMD5Sum_ ()
static const char * __s_getMessageDefinition_ ()

Detailed Description

template<class ContainerAllocator>
struct test_roscpp_serialization::Constants_< ContainerAllocator >

Definition at line 17 of file Constants.h.


Member Typedef Documentation

template<class ContainerAllocator >
typedef boost::shared_ptr< ::test_roscpp_serialization::Constants_<ContainerAllocator> const> test_roscpp_serialization::Constants_< ContainerAllocator >::ConstPtr

Definition at line 94 of file Constants.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::test_roscpp_serialization::Constants_<ContainerAllocator> > test_roscpp_serialization::Constants_< ContainerAllocator >::Ptr

Definition at line 93 of file Constants.h.

template<class ContainerAllocator >
typedef Constants_<ContainerAllocator> test_roscpp_serialization::Constants_< ContainerAllocator >::Type

Definition at line 19 of file Constants.h.


Member Enumeration Documentation

template<class ContainerAllocator >
anonymous enum
Enumerator:
a 

Definition at line 29 of file Constants.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
b 

Definition at line 30 of file Constants.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
c 

Definition at line 31 of file Constants.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
d 

Definition at line 32 of file Constants.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
e 

Definition at line 33 of file Constants.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
f 

Definition at line 34 of file Constants.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
g 

Definition at line 35 of file Constants.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
h 

Definition at line 36 of file Constants.h.


Constructor & Destructor Documentation

template<class ContainerAllocator >
test_roscpp_serialization::Constants_< ContainerAllocator >::Constants_ (  )  [inline]

Definition at line 21 of file Constants.h.

template<class ContainerAllocator >
test_roscpp_serialization::Constants_< ContainerAllocator >::Constants_ ( const ContainerAllocator &  _alloc  )  [inline]

Definition at line 25 of file Constants.h.


Member Function Documentation

template<class ContainerAllocator >
ROS_DEPRECATED const std::string test_roscpp_serialization::Constants_< ContainerAllocator >::__getDataType (  )  const [inline]

Definition at line 47 of file Constants.h.

template<class ContainerAllocator >
ROS_DEPRECATED const std::string test_roscpp_serialization::Constants_< ContainerAllocator >::__getMD5Sum (  )  const [inline]

Definition at line 54 of file Constants.h.

template<class ContainerAllocator >
ROS_DEPRECATED const std::string test_roscpp_serialization::Constants_< ContainerAllocator >::__getMessageDefinition (  )  const [inline]

Definition at line 73 of file Constants.h.

template<class ContainerAllocator >
static ROS_DEPRECATED const std::string test_roscpp_serialization::Constants_< ContainerAllocator >::__s_getDataType (  )  [inline, static]

Definition at line 45 of file Constants.h.

template<class ContainerAllocator >
static const char* test_roscpp_serialization::Constants_< ContainerAllocator >::__s_getDataType_ (  )  [inline, static, private]

Definition at line 43 of file Constants.h.

template<class ContainerAllocator >
static ROS_DEPRECATED const std::string test_roscpp_serialization::Constants_< ContainerAllocator >::__s_getMD5Sum (  )  [inline, static]

Definition at line 52 of file Constants.h.

template<class ContainerAllocator >
static const char* test_roscpp_serialization::Constants_< ContainerAllocator >::__s_getMD5Sum_ (  )  [inline, static, private]

Definition at line 50 of file Constants.h.

template<class ContainerAllocator >
static ROS_DEPRECATED const std::string test_roscpp_serialization::Constants_< ContainerAllocator >::__s_getMessageDefinition (  )  [inline, static]

Definition at line 71 of file Constants.h.

template<class ContainerAllocator >
static const char* test_roscpp_serialization::Constants_< ContainerAllocator >::__s_getMessageDefinition_ (  )  [inline, static, private]

Definition at line 57 of file Constants.h.

template<class ContainerAllocator >
virtual ROS_DEPRECATED uint8_t* test_roscpp_serialization::Constants_< ContainerAllocator >::deserialize ( uint8_t *  read_ptr  )  [inline, virtual]

Definition at line 81 of file Constants.h.

template<class ContainerAllocator >
virtual ROS_DEPRECATED uint32_t test_roscpp_serialization::Constants_< ContainerAllocator >::serializationLength (  )  const [inline, virtual]

Definition at line 87 of file Constants.h.

template<class ContainerAllocator >
virtual ROS_DEPRECATED uint8_t* test_roscpp_serialization::Constants_< ContainerAllocator >::serialize ( uint8_t *  write_ptr,
uint32_t  seq 
) const [inline, virtual]

Definition at line 75 of file Constants.h.


Member Data Documentation

template<class ContainerAllocator >
const float test_roscpp_serialization::Constants_< ContainerAllocator >::fa = 1.5 [inline, static]

Definition at line 37 of file Constants.h.

template<class ContainerAllocator >
const double test_roscpp_serialization::Constants_< ContainerAllocator >::fb = 40.9 [inline, static]

Definition at line 38 of file Constants.h.

template<class ContainerAllocator >
const std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > test_roscpp_serialization::Constants_< ContainerAllocator >::str = "hello there" [inline, static]

Definition at line 39 of file Constants.h.

template<class ContainerAllocator >
const std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > test_roscpp_serialization::Constants_< ContainerAllocator >::str2 = "this string has \"quotes\" and \\slashes\\ in it" [inline, static]

Definition at line 40 of file Constants.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Defines


test_roscpp_serialization
Author(s): Josh Faust
autogenerated on Fri Jan 11 09:10:53 2013