#include <ClientApp.h>
Public Types | |
typedef std::vector < ::turtlebot_app_manager::KeyValue_ < ContainerAllocator > , typename ContainerAllocator::template rebind < ::turtlebot_app_manager::KeyValue_ < ContainerAllocator > >::other > | _app_data_type |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _client_type_type |
typedef std::vector < ::turtlebot_app_manager::KeyValue_ < ContainerAllocator > , typename ContainerAllocator::template rebind < ::turtlebot_app_manager::KeyValue_ < ContainerAllocator > >::other > | _manager_data_type |
typedef boost::shared_ptr < ::turtlebot_app_manager::ClientApp_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::turtlebot_app_manager::ClientApp_ < ContainerAllocator > > | Ptr |
typedef ClientApp_ < ContainerAllocator > | Type |
Public Member Functions | |
ClientApp_ () | |
ClientApp_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
std::vector < ::turtlebot_app_manager::KeyValue_ < ContainerAllocator > , typename ContainerAllocator::template rebind < ::turtlebot_app_manager::KeyValue_ < ContainerAllocator > >::other > | app_data |
std::basic_string< char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | client_type |
std::vector < ::turtlebot_app_manager::KeyValue_ < ContainerAllocator > , typename ContainerAllocator::template rebind < ::turtlebot_app_manager::KeyValue_ < ContainerAllocator > >::other > | manager_data |
Definition at line 23 of file ClientApp.h.
typedef std::vector< ::turtlebot_app_manager::KeyValue_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::turtlebot_app_manager::KeyValue_<ContainerAllocator> >::other > turtlebot_app_manager::ClientApp_< ContainerAllocator >::_app_data_type |
Definition at line 46 of file ClientApp.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > turtlebot_app_manager::ClientApp_< ContainerAllocator >::_client_type_type |
Definition at line 40 of file ClientApp.h.
typedef std::vector< ::turtlebot_app_manager::KeyValue_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::turtlebot_app_manager::KeyValue_<ContainerAllocator> >::other > turtlebot_app_manager::ClientApp_< ContainerAllocator >::_manager_data_type |
Definition at line 43 of file ClientApp.h.
typedef boost::shared_ptr< ::turtlebot_app_manager::ClientApp_<ContainerAllocator> const> turtlebot_app_manager::ClientApp_< ContainerAllocator >::ConstPtr |
Definition at line 51 of file ClientApp.h.
typedef boost::shared_ptr< ::turtlebot_app_manager::ClientApp_<ContainerAllocator> > turtlebot_app_manager::ClientApp_< ContainerAllocator >::Ptr |
Definition at line 50 of file ClientApp.h.
typedef ClientApp_<ContainerAllocator> turtlebot_app_manager::ClientApp_< ContainerAllocator >::Type |
Definition at line 24 of file ClientApp.h.
turtlebot_app_manager::ClientApp_< ContainerAllocator >::ClientApp_ | ( | ) | [inline] |
Definition at line 26 of file ClientApp.h.
turtlebot_app_manager::ClientApp_< ContainerAllocator >::ClientApp_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 33 of file ClientApp.h.
boost::shared_ptr<std::map<std::string, std::string> > turtlebot_app_manager::ClientApp_< ContainerAllocator >::__connection_header |
Definition at line 52 of file ClientApp.h.
std::vector< ::turtlebot_app_manager::KeyValue_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::turtlebot_app_manager::KeyValue_<ContainerAllocator> >::other > turtlebot_app_manager::ClientApp_< ContainerAllocator >::app_data |
Definition at line 47 of file ClientApp.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > turtlebot_app_manager::ClientApp_< ContainerAllocator >::client_type |
Definition at line 41 of file ClientApp.h.
std::vector< ::turtlebot_app_manager::KeyValue_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::turtlebot_app_manager::KeyValue_<ContainerAllocator> >::other > turtlebot_app_manager::ClientApp_< ContainerAllocator >::manager_data |
Definition at line 44 of file ClientApp.h.