#include <String.h>
Public Types | |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _data_type |
typedef boost::shared_ptr < ::roseus::String_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::roseus::String_ < ContainerAllocator > > | Ptr |
typedef String_ < ContainerAllocator > | Type |
Public Member Functions | |
String_ () | |
String_ (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 > | data |
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > roseus::String_< ContainerAllocator >::_data_type |
typedef boost::shared_ptr< ::roseus::String_<ContainerAllocator> const> roseus::String_< ContainerAllocator >::ConstPtr |
typedef boost::shared_ptr< ::roseus::String_<ContainerAllocator> > roseus::String_< ContainerAllocator >::Ptr |
typedef String_<ContainerAllocator> roseus::String_< ContainerAllocator >::Type |
roseus::String_< ContainerAllocator >::String_ | ( | ) | [inline] |
roseus::String_< ContainerAllocator >::String_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
boost::shared_ptr<std::map<std::string, std::string> > roseus::String_< ContainerAllocator >::__connection_header |
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > roseus::String_< ContainerAllocator >::data |