#include <DroneRole.h>
Public Types | |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _name_type |
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 > | _params_type |
typedef double | _role_type |
typedef boost::shared_ptr < ::ucl_drone::DroneRole_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::ucl_drone::DroneRole_ < ContainerAllocator > > | Ptr |
typedef DroneRole_ < ContainerAllocator > | Type |
Public Member Functions | |
DroneRole_ () | |
DroneRole_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
_name_type | name |
_params_type | params |
_role_type | role |
Definition at line 22 of file DroneRole.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > ucl_drone::DroneRole_< ContainerAllocator >::_name_type |
Definition at line 40 of file DroneRole.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 > ucl_drone::DroneRole_< ContainerAllocator >::_params_type |
Definition at line 46 of file DroneRole.h.
typedef double ucl_drone::DroneRole_< ContainerAllocator >::_role_type |
Definition at line 43 of file DroneRole.h.
typedef boost::shared_ptr< ::ucl_drone::DroneRole_<ContainerAllocator> const> ucl_drone::DroneRole_< ContainerAllocator >::ConstPtr |
Definition at line 53 of file DroneRole.h.
typedef boost::shared_ptr< ::ucl_drone::DroneRole_<ContainerAllocator> > ucl_drone::DroneRole_< ContainerAllocator >::Ptr |
Definition at line 52 of file DroneRole.h.
typedef DroneRole_<ContainerAllocator> ucl_drone::DroneRole_< ContainerAllocator >::Type |
Definition at line 24 of file DroneRole.h.
ucl_drone::DroneRole_< ContainerAllocator >::DroneRole_ | ( | ) | [inline] |
Definition at line 26 of file DroneRole.h.
ucl_drone::DroneRole_< ContainerAllocator >::DroneRole_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 31 of file DroneRole.h.
_name_type ucl_drone::DroneRole_< ContainerAllocator >::name |
Definition at line 41 of file DroneRole.h.
_params_type ucl_drone::DroneRole_< ContainerAllocator >::params |
Definition at line 47 of file DroneRole.h.
_role_type ucl_drone::DroneRole_< ContainerAllocator >::role |
Definition at line 44 of file DroneRole.h.