#include <ConfigValue.h>
Public Types | |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _name_type |
typedef double | _value_type |
typedef boost::shared_ptr < ::driver_base::ConfigValue_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::driver_base::ConfigValue_ < ContainerAllocator > > | Ptr |
typedef ConfigValue_ < ContainerAllocator > | Type |
Public Member Functions | |
ConfigValue_ () | |
ConfigValue_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
std::basic_string< char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | name |
double | value |
Definition at line 21 of file ConfigValue.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > driver_base::ConfigValue_< ContainerAllocator >::_name_type |
Definition at line 36 of file ConfigValue.h.
typedef double driver_base::ConfigValue_< ContainerAllocator >::_value_type |
Definition at line 39 of file ConfigValue.h.
typedef boost::shared_ptr< ::driver_base::ConfigValue_<ContainerAllocator> const> driver_base::ConfigValue_< ContainerAllocator >::ConstPtr |
Definition at line 44 of file ConfigValue.h.
typedef boost::shared_ptr< ::driver_base::ConfigValue_<ContainerAllocator> > driver_base::ConfigValue_< ContainerAllocator >::Ptr |
Definition at line 43 of file ConfigValue.h.
typedef ConfigValue_<ContainerAllocator> driver_base::ConfigValue_< ContainerAllocator >::Type |
Definition at line 22 of file ConfigValue.h.
driver_base::ConfigValue_< ContainerAllocator >::ConfigValue_ | ( | ) | [inline] |
Definition at line 24 of file ConfigValue.h.
driver_base::ConfigValue_< ContainerAllocator >::ConfigValue_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 30 of file ConfigValue.h.
boost::shared_ptr<std::map<std::string, std::string> > driver_base::ConfigValue_< ContainerAllocator >::__connection_header |
Definition at line 45 of file ConfigValue.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > driver_base::ConfigValue_< ContainerAllocator >::name |
Definition at line 37 of file ConfigValue.h.
double driver_base::ConfigValue_< ContainerAllocator >::value |
Definition at line 40 of file ConfigValue.h.