#include <ClassifyData.h>
Public Types | |
typedef std::vector < std::basic_string< char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > , typename ContainerAllocator::template rebind< std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > >::other > | _classifications_type |
typedef boost::shared_ptr < ::ml_classifiers::ClassifyDataResponse_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::ml_classifiers::ClassifyDataResponse_ < ContainerAllocator > > | Ptr |
typedef ClassifyDataResponse_ < ContainerAllocator > | Type |
Public Member Functions | |
ClassifyDataResponse_ () | |
ClassifyDataResponse_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
std::vector< std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > , typename ContainerAllocator::template rebind< std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > >::other > | classifications |
Definition at line 59 of file ClassifyData.h.
typedef std::vector<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > , typename ContainerAllocator::template rebind<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > >::other > ml_classifiers::ClassifyDataResponse_< ContainerAllocator >::_classifications_type |
Definition at line 72 of file ClassifyData.h.
typedef boost::shared_ptr< ::ml_classifiers::ClassifyDataResponse_<ContainerAllocator> const> ml_classifiers::ClassifyDataResponse_< ContainerAllocator >::ConstPtr |
Definition at line 77 of file ClassifyData.h.
typedef boost::shared_ptr< ::ml_classifiers::ClassifyDataResponse_<ContainerAllocator> > ml_classifiers::ClassifyDataResponse_< ContainerAllocator >::Ptr |
Definition at line 76 of file ClassifyData.h.
typedef ClassifyDataResponse_<ContainerAllocator> ml_classifiers::ClassifyDataResponse_< ContainerAllocator >::Type |
Definition at line 60 of file ClassifyData.h.
ml_classifiers::ClassifyDataResponse_< ContainerAllocator >::ClassifyDataResponse_ | ( | ) | [inline] |
Definition at line 62 of file ClassifyData.h.
ml_classifiers::ClassifyDataResponse_< ContainerAllocator >::ClassifyDataResponse_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 67 of file ClassifyData.h.
boost::shared_ptr<std::map<std::string, std::string> > ml_classifiers::ClassifyDataResponse_< ContainerAllocator >::__connection_header |
Definition at line 78 of file ClassifyData.h.
std::vector<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > , typename ContainerAllocator::template rebind<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > >::other > ml_classifiers::ClassifyDataResponse_< ContainerAllocator >::classifications |
Definition at line 73 of file ClassifyData.h.