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