#include <TrackSegment.h>
Public Types | |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _body_name_type |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _segment_name_type |
typedef boost::shared_ptr < ::evart_bridge::TrackSegmentRequest_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::evart_bridge::TrackSegmentRequest_ < ContainerAllocator > > | Ptr |
typedef TrackSegmentRequest_ < ContainerAllocator > | Type |
Public Member Functions | |
TrackSegmentRequest_ () | |
TrackSegmentRequest_ (const ContainerAllocator &_alloc) | |
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 > | body_name |
std::basic_string< char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | segment_name |
Definition at line 25 of file TrackSegment.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > evart_bridge::TrackSegmentRequest_< ContainerAllocator >::_body_name_type |
Definition at line 40 of file TrackSegment.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > evart_bridge::TrackSegmentRequest_< ContainerAllocator >::_segment_name_type |
Definition at line 43 of file TrackSegment.h.
typedef boost::shared_ptr< ::evart_bridge::TrackSegmentRequest_<ContainerAllocator> const> evart_bridge::TrackSegmentRequest_< ContainerAllocator >::ConstPtr |
Definition at line 48 of file TrackSegment.h.
typedef boost::shared_ptr< ::evart_bridge::TrackSegmentRequest_<ContainerAllocator> > evart_bridge::TrackSegmentRequest_< ContainerAllocator >::Ptr |
Definition at line 47 of file TrackSegment.h.
typedef TrackSegmentRequest_<ContainerAllocator> evart_bridge::TrackSegmentRequest_< ContainerAllocator >::Type |
Definition at line 26 of file TrackSegment.h.
evart_bridge::TrackSegmentRequest_< ContainerAllocator >::TrackSegmentRequest_ | ( | ) | [inline] |
Definition at line 28 of file TrackSegment.h.
evart_bridge::TrackSegmentRequest_< ContainerAllocator >::TrackSegmentRequest_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 34 of file TrackSegment.h.
boost::shared_ptr<std::map<std::string, std::string> > evart_bridge::TrackSegmentRequest_< ContainerAllocator >::__connection_header |
Definition at line 49 of file TrackSegment.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > evart_bridge::TrackSegmentRequest_< ContainerAllocator >::body_name |
Definition at line 41 of file TrackSegment.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > evart_bridge::TrackSegmentRequest_< ContainerAllocator >::segment_name |
Definition at line 44 of file TrackSegment.h.