#include <rfid_gui.h>
Public Types | |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _selection_type |
typedef int32_t | _success_type |
typedef boost::shared_ptr < ::rfid_people_following::rfid_guiResponse_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::rfid_people_following::rfid_guiResponse_ < ContainerAllocator > > | Ptr |
typedef rfid_guiResponse_ < ContainerAllocator > | Type |
Public Member Functions | |
rfid_guiResponse_ () | |
rfid_guiResponse_ (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 > | selection |
int32_t | success |
Definition at line 53 of file rfid_gui.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > rfid_people_following::rfid_guiResponse_< ContainerAllocator >::_selection_type |
Definition at line 71 of file rfid_gui.h.
typedef int32_t rfid_people_following::rfid_guiResponse_< ContainerAllocator >::_success_type |
Definition at line 68 of file rfid_gui.h.
typedef boost::shared_ptr< ::rfid_people_following::rfid_guiResponse_<ContainerAllocator> const> rfid_people_following::rfid_guiResponse_< ContainerAllocator >::ConstPtr |
Definition at line 76 of file rfid_gui.h.
typedef boost::shared_ptr< ::rfid_people_following::rfid_guiResponse_<ContainerAllocator> > rfid_people_following::rfid_guiResponse_< ContainerAllocator >::Ptr |
Definition at line 75 of file rfid_gui.h.
typedef rfid_guiResponse_<ContainerAllocator> rfid_people_following::rfid_guiResponse_< ContainerAllocator >::Type |
Definition at line 54 of file rfid_gui.h.
rfid_people_following::rfid_guiResponse_< ContainerAllocator >::rfid_guiResponse_ | ( | ) | [inline] |
Definition at line 56 of file rfid_gui.h.
rfid_people_following::rfid_guiResponse_< ContainerAllocator >::rfid_guiResponse_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 62 of file rfid_gui.h.
boost::shared_ptr<std::map<std::string, std::string> > rfid_people_following::rfid_guiResponse_< ContainerAllocator >::__connection_header |
Definition at line 77 of file rfid_gui.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > rfid_people_following::rfid_guiResponse_< ContainerAllocator >::selection |
Definition at line 72 of file rfid_gui.h.
int32_t rfid_people_following::rfid_guiResponse_< ContainerAllocator >::success |
Definition at line 69 of file rfid_gui.h.