#include <get_variable.h>
Public Types | |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _variable_type |
typedef boost::shared_ptr < ::session_tutorials::get_variableRequest_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::session_tutorials::get_variableRequest_ < ContainerAllocator > > | Ptr |
typedef get_variableRequest_ < ContainerAllocator > | Type |
Public Member Functions | |
get_variableRequest_ () | |
get_variableRequest_ (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 > | variable |
Definition at line 25 of file get_variable.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > session_tutorials::get_variableRequest_< ContainerAllocator >::_variable_type |
Definition at line 38 of file get_variable.h.
typedef boost::shared_ptr< ::session_tutorials::get_variableRequest_<ContainerAllocator> const> session_tutorials::get_variableRequest_< ContainerAllocator >::ConstPtr |
Definition at line 43 of file get_variable.h.
typedef boost::shared_ptr< ::session_tutorials::get_variableRequest_<ContainerAllocator> > session_tutorials::get_variableRequest_< ContainerAllocator >::Ptr |
Definition at line 42 of file get_variable.h.
typedef get_variableRequest_<ContainerAllocator> session_tutorials::get_variableRequest_< ContainerAllocator >::Type |
Definition at line 26 of file get_variable.h.
session_tutorials::get_variableRequest_< ContainerAllocator >::get_variableRequest_ | ( | ) | [inline] |
Definition at line 28 of file get_variable.h.
session_tutorials::get_variableRequest_< ContainerAllocator >::get_variableRequest_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 33 of file get_variable.h.
boost::shared_ptr<std::map<std::string, std::string> > session_tutorials::get_variableRequest_< ContainerAllocator >::__connection_header |
Definition at line 44 of file get_variable.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > session_tutorials::get_variableRequest_< ContainerAllocator >::variable |
Definition at line 39 of file get_variable.h.