#include <Segment.h>
Public Types | |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _name_type |
typedef uint32_t | _parent_type |
typedef boost::shared_ptr < ::evart_bridge::Segment_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::evart_bridge::Segment_ < ContainerAllocator > > | Ptr |
typedef Segment_ < ContainerAllocator > | Type |
Public Member Functions | |
Segment_ () | |
Segment_ (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 > | name |
uint32_t | parent |
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > evart_bridge::Segment_< ContainerAllocator >::_name_type |
typedef uint32_t evart_bridge::Segment_< ContainerAllocator >::_parent_type |
typedef boost::shared_ptr< ::evart_bridge::Segment_<ContainerAllocator> const> evart_bridge::Segment_< ContainerAllocator >::ConstPtr |
typedef boost::shared_ptr< ::evart_bridge::Segment_<ContainerAllocator> > evart_bridge::Segment_< ContainerAllocator >::Ptr |
typedef Segment_<ContainerAllocator> evart_bridge::Segment_< ContainerAllocator >::Type |
evart_bridge::Segment_< ContainerAllocator >::Segment_ | ( | ) | [inline] |
evart_bridge::Segment_< ContainerAllocator >::Segment_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
boost::shared_ptr<std::map<std::string, std::string> > evart_bridge::Segment_< ContainerAllocator >::__connection_header |
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > evart_bridge::Segment_< ContainerAllocator >::name |
uint32_t evart_bridge::Segment_< ContainerAllocator >::parent |