#include <Metadata.h>
Public Types | |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _collection_name_type |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _db_name_type |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _id_type |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _metadata_type |
typedef boost::shared_ptr < ::warehouse::MetadataRequest_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::warehouse::MetadataRequest_ < ContainerAllocator > > | Ptr |
typedef MetadataRequest_ < 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) |
MetadataRequest_ (const ContainerAllocator &_alloc) | |
MetadataRequest_ () | |
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 | |
std::basic_string< char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | collection_name |
std::basic_string< char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | db_name |
std::basic_string< char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | id |
std::basic_string< char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | metadata |
Static Private Member Functions | |
static const char * | __s_getDataType_ () |
static const char * | __s_getMD5Sum_ () |
static const char * | __s_getMessageDefinition_ () |
static const char * | __s_getServerMD5Sum_ () |
Definition at line 21 of file Metadata.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > warehouse::MetadataRequest_< ContainerAllocator >::_collection_name_type |
Definition at line 44 of file Metadata.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > warehouse::MetadataRequest_< ContainerAllocator >::_db_name_type |
Definition at line 41 of file Metadata.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > warehouse::MetadataRequest_< ContainerAllocator >::_id_type |
Definition at line 47 of file Metadata.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > warehouse::MetadataRequest_< ContainerAllocator >::_metadata_type |
Definition at line 50 of file Metadata.h.
typedef boost::shared_ptr< ::warehouse::MetadataRequest_<ContainerAllocator> const> warehouse::MetadataRequest_< ContainerAllocator >::ConstPtr |
Definition at line 125 of file Metadata.h.
typedef boost::shared_ptr< ::warehouse::MetadataRequest_<ContainerAllocator> > warehouse::MetadataRequest_< ContainerAllocator >::Ptr |
Definition at line 124 of file Metadata.h.
typedef MetadataRequest_<ContainerAllocator> warehouse::MetadataRequest_< ContainerAllocator >::Type |
Definition at line 23 of file Metadata.h.
warehouse::MetadataRequest_< ContainerAllocator >::MetadataRequest_ | ( | ) | [inline] |
Definition at line 25 of file Metadata.h.
warehouse::MetadataRequest_< ContainerAllocator >::MetadataRequest_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 33 of file Metadata.h.
ROS_DEPRECATED const std::string warehouse::MetadataRequest_< ContainerAllocator >::__getDataType | ( | ) | const [inline] |
Definition at line 59 of file Metadata.h.
ROS_DEPRECATED const std::string warehouse::MetadataRequest_< ContainerAllocator >::__getMD5Sum | ( | ) | const [inline] |
Definition at line 66 of file Metadata.h.
ROS_DEPRECATED const std::string warehouse::MetadataRequest_< ContainerAllocator >::__getMessageDefinition | ( | ) | const [inline] |
Definition at line 92 of file Metadata.h.
ROS_DEPRECATED const std::string warehouse::MetadataRequest_< ContainerAllocator >::__getServerMD5Sum | ( | ) | const [inline] |
Definition at line 73 of file Metadata.h.
static ROS_DEPRECATED const std::string warehouse::MetadataRequest_< ContainerAllocator >::__s_getDataType | ( | ) | [inline, static] |
Definition at line 57 of file Metadata.h.
static const char* warehouse::MetadataRequest_< ContainerAllocator >::__s_getDataType_ | ( | ) | [inline, static, private] |
Definition at line 55 of file Metadata.h.
static ROS_DEPRECATED const std::string warehouse::MetadataRequest_< ContainerAllocator >::__s_getMD5Sum | ( | ) | [inline, static] |
Definition at line 64 of file Metadata.h.
static const char* warehouse::MetadataRequest_< ContainerAllocator >::__s_getMD5Sum_ | ( | ) | [inline, static, private] |
Definition at line 62 of file Metadata.h.
static ROS_DEPRECATED const std::string warehouse::MetadataRequest_< ContainerAllocator >::__s_getMessageDefinition | ( | ) | [inline, static] |
Definition at line 90 of file Metadata.h.
static const char* warehouse::MetadataRequest_< ContainerAllocator >::__s_getMessageDefinition_ | ( | ) | [inline, static, private] |
Definition at line 76 of file Metadata.h.
static ROS_DEPRECATED const std::string warehouse::MetadataRequest_< ContainerAllocator >::__s_getServerMD5Sum | ( | ) | [inline, static] |
Definition at line 71 of file Metadata.h.
static const char* warehouse::MetadataRequest_< ContainerAllocator >::__s_getServerMD5Sum_ | ( | ) | [inline, static, private] |
Definition at line 69 of file Metadata.h.
virtual ROS_DEPRECATED uint8_t* warehouse::MetadataRequest_< ContainerAllocator >::deserialize | ( | uint8_t * | read_ptr | ) | [inline, virtual] |
Definition at line 104 of file Metadata.h.
virtual ROS_DEPRECATED uint32_t warehouse::MetadataRequest_< ContainerAllocator >::serializationLength | ( | ) | const [inline, virtual] |
Definition at line 114 of file Metadata.h.
virtual ROS_DEPRECATED uint8_t* warehouse::MetadataRequest_< ContainerAllocator >::serialize | ( | uint8_t * | write_ptr, | |
uint32_t | seq | |||
) | const [inline, virtual] |
Definition at line 94 of file Metadata.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > warehouse::MetadataRequest_< ContainerAllocator >::collection_name |
Definition at line 45 of file Metadata.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > warehouse::MetadataRequest_< ContainerAllocator >::db_name |
Definition at line 42 of file Metadata.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > warehouse::MetadataRequest_< ContainerAllocator >::id |
Definition at line 48 of file Metadata.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > warehouse::MetadataRequest_< ContainerAllocator >::metadata |
Definition at line 51 of file Metadata.h.