warehouse::InitiateQueryRequest_< ContainerAllocator > Struct Template Reference

#include <InitiateQuery.h>

List of all members.

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 uint8_t _metadata_only_type
typedef
::warehouse::OrderingCriterion_
< ContainerAllocator > 
_order_type
typedef std::vector
< ::warehouse::Condition_
< ContainerAllocator >
, typename
ContainerAllocator::template
rebind
< ::warehouse::Condition_
< ContainerAllocator >
>::other > 
_query_type
typedef boost::shared_ptr
< ::warehouse::InitiateQueryRequest_
< ContainerAllocator > const > 
ConstPtr
typedef boost::shared_ptr
< ::warehouse::InitiateQueryRequest_
< ContainerAllocator > > 
Ptr
typedef InitiateQueryRequest_
< 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_query_size () const
ROS_DEPRECATED void get_query_vec (std::vector< ::warehouse::Condition_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::warehouse::Condition_< ContainerAllocator > >::other > &vec) const
 InitiateQueryRequest_ (const ContainerAllocator &_alloc)
 InitiateQueryRequest_ ()
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_query_size (uint32_t size)
ROS_DEPRECATED void set_query_vec (const std::vector< ::warehouse::Condition_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::warehouse::Condition_< ContainerAllocator > >::other > &vec)

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
uint8_t metadata_only
::warehouse::OrderingCriterion_
< ContainerAllocator > 
order
std::vector
< ::warehouse::Condition_
< ContainerAllocator >
, typename
ContainerAllocator::template
rebind
< ::warehouse::Condition_
< ContainerAllocator >
>::other > 
query

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

Definition at line 23 of file InitiateQuery.h.


Member Typedef Documentation

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

Definition at line 48 of file InitiateQuery.h.

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

Definition at line 45 of file InitiateQuery.h.

template<class ContainerAllocator >
typedef uint8_t warehouse::InitiateQueryRequest_< ContainerAllocator >::_metadata_only_type

Definition at line 57 of file InitiateQuery.h.

template<class ContainerAllocator >
typedef ::warehouse::OrderingCriterion_<ContainerAllocator> warehouse::InitiateQueryRequest_< ContainerAllocator >::_order_type

Definition at line 54 of file InitiateQuery.h.

template<class ContainerAllocator >
typedef std::vector< ::warehouse::Condition_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::warehouse::Condition_<ContainerAllocator> >::other > warehouse::InitiateQueryRequest_< ContainerAllocator >::_query_type

Definition at line 51 of file InitiateQuery.h.

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

Definition at line 174 of file InitiateQuery.h.

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

Definition at line 173 of file InitiateQuery.h.

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

Definition at line 25 of file InitiateQuery.h.


Constructor & Destructor Documentation

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

Definition at line 27 of file InitiateQuery.h.

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

Definition at line 36 of file InitiateQuery.h.


Member Function Documentation

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

Definition at line 70 of file InitiateQuery.h.

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

Definition at line 77 of file InitiateQuery.h.

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

Definition at line 138 of file InitiateQuery.h.

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

Definition at line 84 of file InitiateQuery.h.

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

Definition at line 68 of file InitiateQuery.h.

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

Definition at line 66 of file InitiateQuery.h.

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

Definition at line 75 of file InitiateQuery.h.

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

Definition at line 73 of file InitiateQuery.h.

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

Definition at line 136 of file InitiateQuery.h.

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

Definition at line 87 of file InitiateQuery.h.

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

Definition at line 82 of file InitiateQuery.h.

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

Definition at line 80 of file InitiateQuery.h.

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

Definition at line 151 of file InitiateQuery.h.

template<class ContainerAllocator >
ROS_DEPRECATED uint32_t warehouse::InitiateQueryRequest_< ContainerAllocator >::get_query_size (  )  const [inline]

Definition at line 61 of file InitiateQuery.h.

template<class ContainerAllocator >
ROS_DEPRECATED void warehouse::InitiateQueryRequest_< ContainerAllocator >::get_query_vec ( std::vector< ::warehouse::Condition_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::warehouse::Condition_< ContainerAllocator > >::other > &  vec  )  const [inline]

Definition at line 63 of file InitiateQuery.h.

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

Definition at line 162 of file InitiateQuery.h.

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

Definition at line 140 of file InitiateQuery.h.

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

Definition at line 62 of file InitiateQuery.h.

template<class ContainerAllocator >
ROS_DEPRECATED void warehouse::InitiateQueryRequest_< ContainerAllocator >::set_query_vec ( const std::vector< ::warehouse::Condition_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::warehouse::Condition_< ContainerAllocator > >::other > &  vec  )  [inline]

Definition at line 64 of file InitiateQuery.h.


Member Data Documentation

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

Definition at line 49 of file InitiateQuery.h.

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

Definition at line 46 of file InitiateQuery.h.

template<class ContainerAllocator >
uint8_t warehouse::InitiateQueryRequest_< ContainerAllocator >::metadata_only

Definition at line 58 of file InitiateQuery.h.

template<class ContainerAllocator >
::warehouse::OrderingCriterion_<ContainerAllocator> warehouse::InitiateQueryRequest_< ContainerAllocator >::order

Definition at line 55 of file InitiateQuery.h.

template<class ContainerAllocator >
std::vector< ::warehouse::Condition_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::warehouse::Condition_<ContainerAllocator> >::other > warehouse::InitiateQueryRequest_< ContainerAllocator >::query

Definition at line 52 of file InitiateQuery.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