#include <arithmetic_example.h>
Public Types | |
typedef double | _a_type |
typedef double | _b_type |
typedef boost::shared_ptr < ::session_tutorials::arithmetic_exampleRequest_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::session_tutorials::arithmetic_exampleRequest_ < ContainerAllocator > > | Ptr |
typedef arithmetic_exampleRequest_ < ContainerAllocator > | Type |
Public Member Functions | |
arithmetic_exampleRequest_ () | |
arithmetic_exampleRequest_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
double | a |
double | b |
Definition at line 25 of file arithmetic_example.h.
typedef double session_tutorials::arithmetic_exampleRequest_< ContainerAllocator >::_a_type |
Definition at line 40 of file arithmetic_example.h.
typedef double session_tutorials::arithmetic_exampleRequest_< ContainerAllocator >::_b_type |
Definition at line 43 of file arithmetic_example.h.
typedef boost::shared_ptr< ::session_tutorials::arithmetic_exampleRequest_<ContainerAllocator> const> session_tutorials::arithmetic_exampleRequest_< ContainerAllocator >::ConstPtr |
Definition at line 48 of file arithmetic_example.h.
typedef boost::shared_ptr< ::session_tutorials::arithmetic_exampleRequest_<ContainerAllocator> > session_tutorials::arithmetic_exampleRequest_< ContainerAllocator >::Ptr |
Definition at line 47 of file arithmetic_example.h.
typedef arithmetic_exampleRequest_<ContainerAllocator> session_tutorials::arithmetic_exampleRequest_< ContainerAllocator >::Type |
Definition at line 26 of file arithmetic_example.h.
session_tutorials::arithmetic_exampleRequest_< ContainerAllocator >::arithmetic_exampleRequest_ | ( | ) | [inline] |
Definition at line 28 of file arithmetic_example.h.
session_tutorials::arithmetic_exampleRequest_< ContainerAllocator >::arithmetic_exampleRequest_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 34 of file arithmetic_example.h.
boost::shared_ptr<std::map<std::string, std::string> > session_tutorials::arithmetic_exampleRequest_< ContainerAllocator >::__connection_header |
Definition at line 49 of file arithmetic_example.h.
double session_tutorials::arithmetic_exampleRequest_< ContainerAllocator >::a |
Definition at line 41 of file arithmetic_example.h.
double session_tutorials::arithmetic_exampleRequest_< ContainerAllocator >::b |
Definition at line 44 of file arithmetic_example.h.