warehouse::SetupCollectionRequest_< ContainerAllocator > Struct Template Reference

#include <SetupCollection.h>

List of all members.

Public Types

typedef std::vector
< std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other >
, typename
ContainerAllocator::template
rebind< std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other >
>::other > 
_additional_metadata_fields_type
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::vector
< std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other >
, typename
ContainerAllocator::template
rebind< std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other >
>::other > 
_indexed_fields_type
typedef std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
_msg_pkg_type
typedef std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
_msg_type_type
typedef std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
_topic_type
typedef boost::shared_ptr
< ::warehouse::SetupCollectionRequest_
< ContainerAllocator > const > 
ConstPtr
typedef boost::shared_ptr
< ::warehouse::SetupCollectionRequest_
< ContainerAllocator > > 
Ptr
typedef
SetupCollectionRequest_
< 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)
ROS_DEPRECATED uint32_t get_additional_metadata_fields_size () const
ROS_DEPRECATED void get_additional_metadata_fields_vec (std::vector< std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other >, typename ContainerAllocator::template rebind< std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > >::other > &vec) const
ROS_DEPRECATED uint32_t get_indexed_fields_size () const
ROS_DEPRECATED void get_indexed_fields_vec (std::vector< std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other >, typename ContainerAllocator::template rebind< std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > >::other > &vec) const
virtual ROS_DEPRECATED uint32_t serializationLength () const
virtual ROS_DEPRECATED uint8_t * serialize (uint8_t *write_ptr, uint32_t seq) const
ROS_DEPRECATED void set_additional_metadata_fields_size (uint32_t size)
ROS_DEPRECATED void set_additional_metadata_fields_vec (const std::vector< std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other >, typename ContainerAllocator::template rebind< std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > >::other > &vec)
ROS_DEPRECATED void set_indexed_fields_size (uint32_t size)
ROS_DEPRECATED void set_indexed_fields_vec (const std::vector< std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other >, typename ContainerAllocator::template rebind< std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > >::other > &vec)
 SetupCollectionRequest_ (const ContainerAllocator &_alloc)
 SetupCollectionRequest_ ()

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::vector< std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other >
, typename
ContainerAllocator::template
rebind< std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other >
>::other > 
additional_metadata_fields
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::vector< std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other >
, typename
ContainerAllocator::template
rebind< std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other >
>::other > 
indexed_fields
std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
msg_pkg
std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
msg_type
std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
topic

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::SetupCollectionRequest_< ContainerAllocator >

Definition at line 21 of file SetupCollection.h.


Member Typedef Documentation

template<class ContainerAllocator >
typedef std::vector<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > , typename ContainerAllocator::template rebind<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > >::other > warehouse::SetupCollectionRequest_< ContainerAllocator >::_additional_metadata_fields_type

Definition at line 59 of file SetupCollection.h.

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

Definition at line 50 of file SetupCollection.h.

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

Definition at line 47 of file SetupCollection.h.

template<class ContainerAllocator >
typedef std::vector<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > , typename ContainerAllocator::template rebind<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > >::other > warehouse::SetupCollectionRequest_< ContainerAllocator >::_indexed_fields_type

Definition at line 62 of file SetupCollection.h.

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

Definition at line 53 of file SetupCollection.h.

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

Definition at line 56 of file SetupCollection.h.

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

Definition at line 65 of file SetupCollection.h.

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

Definition at line 165 of file SetupCollection.h.

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

Definition at line 164 of file SetupCollection.h.

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

Definition at line 23 of file SetupCollection.h.


Constructor & Destructor Documentation

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

Definition at line 25 of file SetupCollection.h.

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

Definition at line 36 of file SetupCollection.h.


Member Function Documentation

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

Definition at line 82 of file SetupCollection.h.

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

Definition at line 89 of file SetupCollection.h.

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

Definition at line 123 of file SetupCollection.h.

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

Definition at line 96 of file SetupCollection.h.

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

Definition at line 80 of file SetupCollection.h.

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

Definition at line 78 of file SetupCollection.h.

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

Definition at line 87 of file SetupCollection.h.

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

Definition at line 85 of file SetupCollection.h.

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

Definition at line 121 of file SetupCollection.h.

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

Definition at line 99 of file SetupCollection.h.

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

Definition at line 94 of file SetupCollection.h.

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

Definition at line 92 of file SetupCollection.h.

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

Definition at line 138 of file SetupCollection.h.

template<class ContainerAllocator >
ROS_DEPRECATED uint32_t warehouse::SetupCollectionRequest_< ContainerAllocator >::get_additional_metadata_fields_size (  )  const [inline]

Definition at line 69 of file SetupCollection.h.

template<class ContainerAllocator >
ROS_DEPRECATED void warehouse::SetupCollectionRequest_< ContainerAllocator >::get_additional_metadata_fields_vec ( std::vector< std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other >, typename ContainerAllocator::template rebind< std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > >::other > &  vec  )  const [inline]

Definition at line 71 of file SetupCollection.h.

template<class ContainerAllocator >
ROS_DEPRECATED uint32_t warehouse::SetupCollectionRequest_< ContainerAllocator >::get_indexed_fields_size (  )  const [inline]

Definition at line 73 of file SetupCollection.h.

template<class ContainerAllocator >
ROS_DEPRECATED void warehouse::SetupCollectionRequest_< ContainerAllocator >::get_indexed_fields_vec ( std::vector< std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other >, typename ContainerAllocator::template rebind< std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > >::other > &  vec  )  const [inline]

Definition at line 75 of file SetupCollection.h.

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

Definition at line 151 of file SetupCollection.h.

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

Definition at line 125 of file SetupCollection.h.

template<class ContainerAllocator >
ROS_DEPRECATED void warehouse::SetupCollectionRequest_< ContainerAllocator >::set_additional_metadata_fields_size ( uint32_t  size  )  [inline]

Definition at line 70 of file SetupCollection.h.

template<class ContainerAllocator >
ROS_DEPRECATED void warehouse::SetupCollectionRequest_< ContainerAllocator >::set_additional_metadata_fields_vec ( const std::vector< std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other >, typename ContainerAllocator::template rebind< std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > >::other > &  vec  )  [inline]

Definition at line 72 of file SetupCollection.h.

template<class ContainerAllocator >
ROS_DEPRECATED void warehouse::SetupCollectionRequest_< ContainerAllocator >::set_indexed_fields_size ( uint32_t  size  )  [inline]

Definition at line 74 of file SetupCollection.h.

template<class ContainerAllocator >
ROS_DEPRECATED void warehouse::SetupCollectionRequest_< ContainerAllocator >::set_indexed_fields_vec ( const std::vector< std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other >, typename ContainerAllocator::template rebind< std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > >::other > &  vec  )  [inline]

Definition at line 76 of file SetupCollection.h.


Member Data Documentation

template<class ContainerAllocator >
std::vector<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > , typename ContainerAllocator::template rebind<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > >::other > warehouse::SetupCollectionRequest_< ContainerAllocator >::additional_metadata_fields

Definition at line 60 of file SetupCollection.h.

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > warehouse::SetupCollectionRequest_< ContainerAllocator >::collection_name

Definition at line 51 of file SetupCollection.h.

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > warehouse::SetupCollectionRequest_< ContainerAllocator >::db_name

Definition at line 48 of file SetupCollection.h.

template<class ContainerAllocator >
std::vector<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > , typename ContainerAllocator::template rebind<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > >::other > warehouse::SetupCollectionRequest_< ContainerAllocator >::indexed_fields

Definition at line 63 of file SetupCollection.h.

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > warehouse::SetupCollectionRequest_< ContainerAllocator >::msg_pkg

Definition at line 54 of file SetupCollection.h.

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > warehouse::SetupCollectionRequest_< ContainerAllocator >::msg_type

Definition at line 57 of file SetupCollection.h.

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > warehouse::SetupCollectionRequest_< ContainerAllocator >::topic

Definition at line 66 of file SetupCollection.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