#include <arithmetic_example.h>
Public Types | |
typedef double | _x_type |
typedef boost::shared_ptr < ::session_tutorials::arithmetic_exampleResponse_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::session_tutorials::arithmetic_exampleResponse_ < ContainerAllocator > > | Ptr |
typedef arithmetic_exampleResponse_ < ContainerAllocator > | Type |
Public Member Functions | |
arithmetic_exampleResponse_ () | |
arithmetic_exampleResponse_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
double | x |
Definition at line 58 of file arithmetic_example.h.
typedef double session_tutorials::arithmetic_exampleResponse_< ContainerAllocator >::_x_type |
Definition at line 71 of file arithmetic_example.h.
typedef boost::shared_ptr< ::session_tutorials::arithmetic_exampleResponse_<ContainerAllocator> const> session_tutorials::arithmetic_exampleResponse_< ContainerAllocator >::ConstPtr |
Definition at line 76 of file arithmetic_example.h.
typedef boost::shared_ptr< ::session_tutorials::arithmetic_exampleResponse_<ContainerAllocator> > session_tutorials::arithmetic_exampleResponse_< ContainerAllocator >::Ptr |
Definition at line 75 of file arithmetic_example.h.
typedef arithmetic_exampleResponse_<ContainerAllocator> session_tutorials::arithmetic_exampleResponse_< ContainerAllocator >::Type |
Definition at line 59 of file arithmetic_example.h.
session_tutorials::arithmetic_exampleResponse_< ContainerAllocator >::arithmetic_exampleResponse_ | ( | ) | [inline] |
Definition at line 61 of file arithmetic_example.h.
session_tutorials::arithmetic_exampleResponse_< ContainerAllocator >::arithmetic_exampleResponse_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 66 of file arithmetic_example.h.
boost::shared_ptr<std::map<std::string, std::string> > session_tutorials::arithmetic_exampleResponse_< ContainerAllocator >::__connection_header |
Definition at line 77 of file arithmetic_example.h.
double session_tutorials::arithmetic_exampleResponse_< ContainerAllocator >::x |
Definition at line 72 of file arithmetic_example.h.