#include <AddClassData.h>
Public Types | |
typedef std::vector < ::ml_classifiers::ClassDataPoint_ < ContainerAllocator > , typename ContainerAllocator::template rebind < ::ml_classifiers::ClassDataPoint_ < ContainerAllocator > >::other > | _data_type |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _identifier_type |
typedef boost::shared_ptr < ::ml_classifiers::AddClassDataRequest_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::ml_classifiers::AddClassDataRequest_ < ContainerAllocator > > | Ptr |
typedef AddClassDataRequest_ < ContainerAllocator > | Type |
Public Member Functions | |
AddClassDataRequest_ () | |
AddClassDataRequest_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
std::vector < ::ml_classifiers::ClassDataPoint_ < ContainerAllocator > , typename ContainerAllocator::template rebind < ::ml_classifiers::ClassDataPoint_ < ContainerAllocator > >::other > | data |
std::basic_string< char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | identifier |
Definition at line 26 of file AddClassData.h.
typedef std::vector< ::ml_classifiers::ClassDataPoint_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::ml_classifiers::ClassDataPoint_<ContainerAllocator> >::other > ml_classifiers::AddClassDataRequest_< ContainerAllocator >::_data_type |
Definition at line 44 of file AddClassData.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > ml_classifiers::AddClassDataRequest_< ContainerAllocator >::_identifier_type |
Definition at line 41 of file AddClassData.h.
typedef boost::shared_ptr< ::ml_classifiers::AddClassDataRequest_<ContainerAllocator> const> ml_classifiers::AddClassDataRequest_< ContainerAllocator >::ConstPtr |
Definition at line 49 of file AddClassData.h.
typedef boost::shared_ptr< ::ml_classifiers::AddClassDataRequest_<ContainerAllocator> > ml_classifiers::AddClassDataRequest_< ContainerAllocator >::Ptr |
Definition at line 48 of file AddClassData.h.
typedef AddClassDataRequest_<ContainerAllocator> ml_classifiers::AddClassDataRequest_< ContainerAllocator >::Type |
Definition at line 27 of file AddClassData.h.
ml_classifiers::AddClassDataRequest_< ContainerAllocator >::AddClassDataRequest_ | ( | ) | [inline] |
Definition at line 29 of file AddClassData.h.
ml_classifiers::AddClassDataRequest_< ContainerAllocator >::AddClassDataRequest_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 35 of file AddClassData.h.
boost::shared_ptr<std::map<std::string, std::string> > ml_classifiers::AddClassDataRequest_< ContainerAllocator >::__connection_header |
Definition at line 50 of file AddClassData.h.
std::vector< ::ml_classifiers::ClassDataPoint_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::ml_classifiers::ClassDataPoint_<ContainerAllocator> >::other > ml_classifiers::AddClassDataRequest_< ContainerAllocator >::data |
Definition at line 45 of file AddClassData.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > ml_classifiers::AddClassDataRequest_< ContainerAllocator >::identifier |
Definition at line 42 of file AddClassData.h.