warehouse::MetadataResponse_< ContainerAllocator > Struct Template Reference

#include <Metadata.h>

List of all members.

Public Types

enum  { SUCCESS = 0 }
enum  { JSON_ERROR = 1 }
enum  { INVALID_ID = 2 }
enum  { INVALID_DB_NAME = 3 }
typedef int8_t _error_code_type
typedef std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
_error_msg_type
typedef boost::shared_ptr
< ::warehouse::MetadataResponse_
< ContainerAllocator > const > 
ConstPtr
typedef boost::shared_ptr
< ::warehouse::MetadataResponse_
< ContainerAllocator > > 
Ptr
typedef MetadataResponse_
< 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
ROS_DEPRECATED const std::string __getServerMD5Sum () const
virtual ROS_DEPRECATED uint8_t * deserialize (uint8_t *read_ptr)
 MetadataResponse_ (const ContainerAllocator &_alloc)
 MetadataResponse_ ()
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 ROS_DEPRECATED const
std::string 
__s_getServerMD5Sum ()

Public Attributes

int8_t error_code
std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
error_msg

Static Private Member Functions

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

Detailed Description

template<class ContainerAllocator>
struct warehouse::MetadataResponse_< ContainerAllocator >

Definition at line 134 of file Metadata.h.


Member Typedef Documentation

template<class ContainerAllocator >
typedef int8_t warehouse::MetadataResponse_< ContainerAllocator >::_error_code_type

Definition at line 150 of file Metadata.h.

template<class ContainerAllocator >
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > warehouse::MetadataResponse_< ContainerAllocator >::_error_msg_type

Definition at line 153 of file Metadata.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::warehouse::MetadataResponse_<ContainerAllocator> const> warehouse::MetadataResponse_< ContainerAllocator >::ConstPtr

Definition at line 222 of file Metadata.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::warehouse::MetadataResponse_<ContainerAllocator> > warehouse::MetadataResponse_< ContainerAllocator >::Ptr

Definition at line 221 of file Metadata.h.

template<class ContainerAllocator >
typedef MetadataResponse_<ContainerAllocator> warehouse::MetadataResponse_< ContainerAllocator >::Type

Definition at line 136 of file Metadata.h.


Member Enumeration Documentation

template<class ContainerAllocator >
anonymous enum
Enumerator:
SUCCESS 

Definition at line 156 of file Metadata.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
JSON_ERROR 

Definition at line 157 of file Metadata.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
INVALID_ID 

Definition at line 158 of file Metadata.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
INVALID_DB_NAME 

Definition at line 159 of file Metadata.h.


Constructor & Destructor Documentation

template<class ContainerAllocator >
warehouse::MetadataResponse_< ContainerAllocator >::MetadataResponse_ (  )  [inline]

Definition at line 138 of file Metadata.h.

template<class ContainerAllocator >
warehouse::MetadataResponse_< ContainerAllocator >::MetadataResponse_ ( const ContainerAllocator &  _alloc  )  [inline]

Definition at line 144 of file Metadata.h.


Member Function Documentation

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

Definition at line 166 of file Metadata.h.

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

Definition at line 173 of file Metadata.h.

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

Definition at line 195 of file Metadata.h.

template<class ContainerAllocator >
ROS_DEPRECATED const std::string warehouse::MetadataResponse_< ContainerAllocator >::__getServerMD5Sum (  )  const [inline]

Definition at line 180 of file Metadata.h.

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

Definition at line 164 of file Metadata.h.

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

Definition at line 162 of file Metadata.h.

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

Definition at line 171 of file Metadata.h.

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

Definition at line 169 of file Metadata.h.

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

Definition at line 193 of file Metadata.h.

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

Definition at line 183 of file Metadata.h.

template<class ContainerAllocator >
static ROS_DEPRECATED const std::string warehouse::MetadataResponse_< ContainerAllocator >::__s_getServerMD5Sum (  )  [inline, static]

Definition at line 178 of file Metadata.h.

template<class ContainerAllocator >
static const char* warehouse::MetadataResponse_< ContainerAllocator >::__s_getServerMD5Sum_ (  )  [inline, static, private]

Definition at line 176 of file Metadata.h.

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

Definition at line 205 of file Metadata.h.

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

Definition at line 213 of file Metadata.h.

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

Definition at line 197 of file Metadata.h.


Member Data Documentation

template<class ContainerAllocator >
int8_t warehouse::MetadataResponse_< ContainerAllocator >::error_code

Definition at line 151 of file Metadata.h.

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > warehouse::MetadataResponse_< ContainerAllocator >::error_msg

Definition at line 154 of file Metadata.h.


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


warehouse
Author(s): Nate Koenig, Bhaskara Marthi
autogenerated on Fri Jan 11 10:09:02 2013