#include <TrainClassifier.h>
Public Types | |
typedef uint8_t | _success_type |
typedef boost::shared_ptr < ::ml_classifiers::TrainClassifierResponse_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::ml_classifiers::TrainClassifierResponse_ < ContainerAllocator > > | Ptr |
typedef TrainClassifierResponse_ < ContainerAllocator > | Type |
Public Member Functions | |
TrainClassifierResponse_ () | |
TrainClassifierResponse_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
uint8_t | success |
Definition at line 53 of file TrainClassifier.h.
typedef uint8_t ml_classifiers::TrainClassifierResponse_< ContainerAllocator >::_success_type |
Definition at line 66 of file TrainClassifier.h.
typedef boost::shared_ptr< ::ml_classifiers::TrainClassifierResponse_<ContainerAllocator> const> ml_classifiers::TrainClassifierResponse_< ContainerAllocator >::ConstPtr |
Definition at line 71 of file TrainClassifier.h.
typedef boost::shared_ptr< ::ml_classifiers::TrainClassifierResponse_<ContainerAllocator> > ml_classifiers::TrainClassifierResponse_< ContainerAllocator >::Ptr |
Definition at line 70 of file TrainClassifier.h.
typedef TrainClassifierResponse_<ContainerAllocator> ml_classifiers::TrainClassifierResponse_< ContainerAllocator >::Type |
Definition at line 54 of file TrainClassifier.h.
ml_classifiers::TrainClassifierResponse_< ContainerAllocator >::TrainClassifierResponse_ | ( | ) | [inline] |
Definition at line 56 of file TrainClassifier.h.
ml_classifiers::TrainClassifierResponse_< ContainerAllocator >::TrainClassifierResponse_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 61 of file TrainClassifier.h.
boost::shared_ptr<std::map<std::string, std::string> > ml_classifiers::TrainClassifierResponse_< ContainerAllocator >::__connection_header |
Definition at line 72 of file TrainClassifier.h.
uint8_t ml_classifiers::TrainClassifierResponse_< ContainerAllocator >::success |
Definition at line 67 of file TrainClassifier.h.