household_objects_database_msgs::DatabaseReturnCode_< ContainerAllocator > Struct Template Reference

#include <DatabaseReturnCode.h>

List of all members.

Public Types

enum  { UNKNOWN_ERROR = 1 }
enum  { DATABASE_NOT_CONNECTED = 2 }
enum  { DATABASE_QUERY_ERROR = 3 }
enum  { SUCCESS = -1 }
typedef int32_t _code_type
typedef boost::shared_ptr
< ::household_objects_database_msgs::DatabaseReturnCode_
< ContainerAllocator > const > 
ConstPtr
typedef boost::shared_ptr
< ::household_objects_database_msgs::DatabaseReturnCode_
< ContainerAllocator > > 
Ptr
typedef DatabaseReturnCode_
< 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
 DatabaseReturnCode_ (const ContainerAllocator &_alloc)
 DatabaseReturnCode_ ()
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 ()

Public Attributes

int32_t code

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 household_objects_database_msgs::DatabaseReturnCode_< ContainerAllocator >

Definition at line 17 of file DatabaseReturnCode.h.


Member Typedef Documentation

template<class ContainerAllocator >
typedef int32_t household_objects_database_msgs::DatabaseReturnCode_< ContainerAllocator >::_code_type

Definition at line 31 of file DatabaseReturnCode.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::household_objects_database_msgs::DatabaseReturnCode_<ContainerAllocator> const> household_objects_database_msgs::DatabaseReturnCode_< ContainerAllocator >::ConstPtr

Definition at line 90 of file DatabaseReturnCode.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::household_objects_database_msgs::DatabaseReturnCode_<ContainerAllocator> > household_objects_database_msgs::DatabaseReturnCode_< ContainerAllocator >::Ptr

Definition at line 89 of file DatabaseReturnCode.h.

template<class ContainerAllocator >
typedef DatabaseReturnCode_<ContainerAllocator> household_objects_database_msgs::DatabaseReturnCode_< ContainerAllocator >::Type

Definition at line 19 of file DatabaseReturnCode.h.


Member Enumeration Documentation

template<class ContainerAllocator >
anonymous enum
Enumerator:
UNKNOWN_ERROR 

Definition at line 34 of file DatabaseReturnCode.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
DATABASE_NOT_CONNECTED 

Definition at line 35 of file DatabaseReturnCode.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
DATABASE_QUERY_ERROR 

Definition at line 36 of file DatabaseReturnCode.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
SUCCESS 

Definition at line 37 of file DatabaseReturnCode.h.


Constructor & Destructor Documentation

template<class ContainerAllocator >
household_objects_database_msgs::DatabaseReturnCode_< ContainerAllocator >::DatabaseReturnCode_ (  )  [inline]

Definition at line 21 of file DatabaseReturnCode.h.

template<class ContainerAllocator >
household_objects_database_msgs::DatabaseReturnCode_< ContainerAllocator >::DatabaseReturnCode_ ( const ContainerAllocator &  _alloc  )  [inline]

Definition at line 26 of file DatabaseReturnCode.h.


Member Function Documentation

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

Definition at line 44 of file DatabaseReturnCode.h.

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

Definition at line 51 of file DatabaseReturnCode.h.

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

Definition at line 66 of file DatabaseReturnCode.h.

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

Definition at line 42 of file DatabaseReturnCode.h.

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

Definition at line 40 of file DatabaseReturnCode.h.

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

Definition at line 49 of file DatabaseReturnCode.h.

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

Definition at line 47 of file DatabaseReturnCode.h.

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

Definition at line 64 of file DatabaseReturnCode.h.

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

Definition at line 54 of file DatabaseReturnCode.h.

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

Definition at line 75 of file DatabaseReturnCode.h.

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

Definition at line 82 of file DatabaseReturnCode.h.

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

Definition at line 68 of file DatabaseReturnCode.h.


Member Data Documentation

template<class ContainerAllocator >
int32_t household_objects_database_msgs::DatabaseReturnCode_< ContainerAllocator >::code

Definition at line 32 of file DatabaseReturnCode.h.


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


household_objects_database_msgs
Author(s): Matei Ciocarlie
autogenerated on Fri Jan 11 10:00:04 2013