Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | Static Private Member Functions
auction_msgs::Bid_< ContainerAllocator > Struct Template Reference

#include <Bid.h>

List of all members.

Public Types

typedef std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
_buyer_id_type
typedef int64_t _cost_distance_type
typedef ::std_msgs::Header_
< ContainerAllocator > 
_header_type
typedef boost::shared_ptr
< ::auction_msgs::Bid_
< ContainerAllocator > const > 
ConstPtr
typedef boost::shared_ptr
< ::auction_msgs::Bid_
< ContainerAllocator > > 
Ptr
typedef Bid_< 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
 Bid_ ()
 Bid_ (const ContainerAllocator &_alloc)
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

boost::shared_ptr< std::map
< std::string, std::string > > 
__connection_header
std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
buyer_id
int64_t cost_distance
::std_msgs::Header_
< ContainerAllocator > 
header

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 auction_msgs::Bid_< ContainerAllocator >

Definition at line 22 of file Bid.h.


Member Typedef Documentation

template<class ContainerAllocator >
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > auction_msgs::Bid_< ContainerAllocator >::_buyer_id_type

Definition at line 42 of file Bid.h.

template<class ContainerAllocator >
typedef int64_t auction_msgs::Bid_< ContainerAllocator >::_cost_distance_type

Definition at line 45 of file Bid.h.

template<class ContainerAllocator >
typedef ::std_msgs::Header_<ContainerAllocator> auction_msgs::Bid_< ContainerAllocator >::_header_type

Definition at line 39 of file Bid.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::auction_msgs::Bid_<ContainerAllocator> const> auction_msgs::Bid_< ContainerAllocator >::ConstPtr

Definition at line 120 of file Bid.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::auction_msgs::Bid_<ContainerAllocator> > auction_msgs::Bid_< ContainerAllocator >::Ptr

Definition at line 119 of file Bid.h.

template<class ContainerAllocator >
typedef Bid_<ContainerAllocator> auction_msgs::Bid_< ContainerAllocator >::Type

Definition at line 23 of file Bid.h.


Constructor & Destructor Documentation

template<class ContainerAllocator >
auction_msgs::Bid_< ContainerAllocator >::Bid_ ( ) [inline]

Definition at line 25 of file Bid.h.

template<class ContainerAllocator >
auction_msgs::Bid_< ContainerAllocator >::Bid_ ( const ContainerAllocator &  _alloc) [inline]

Definition at line 32 of file Bid.h.


Member Function Documentation

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

Definition at line 54 of file Bid.h.

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

Definition at line 61 of file Bid.h.

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

Definition at line 90 of file Bid.h.

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

Definition at line 52 of file Bid.h.

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

Definition at line 50 of file Bid.h.

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

Definition at line 59 of file Bid.h.

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

Definition at line 57 of file Bid.h.

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

Definition at line 88 of file Bid.h.

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

Definition at line 64 of file Bid.h.

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

Definition at line 101 of file Bid.h.

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

Definition at line 110 of file Bid.h.

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

Definition at line 92 of file Bid.h.


Member Data Documentation

template<class ContainerAllocator >
boost::shared_ptr<std::map<std::string, std::string> > auction_msgs::Bid_< ContainerAllocator >::__connection_header

Definition at line 121 of file Bid.h.

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > auction_msgs::Bid_< ContainerAllocator >::buyer_id

Definition at line 43 of file Bid.h.

template<class ContainerAllocator >
int64_t auction_msgs::Bid_< ContainerAllocator >::cost_distance

Definition at line 46 of file Bid.h.

template<class ContainerAllocator >
::std_msgs::Header_<ContainerAllocator> auction_msgs::Bid_< ContainerAllocator >::header

Definition at line 40 of file Bid.h.


The documentation for this struct was generated from the following file:


auction_msgs
Author(s): Joao Manuel Leitao Quintas
autogenerated on Mon Jan 6 2014 11:25:27