#include <PropertyTuple.h>
Public Types | |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _dataType_type |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _propertyName_type |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _propertyURI_type |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _value_type |
typedef boost::shared_ptr < ::srs_knowledge::PropertyTuple_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::srs_knowledge::PropertyTuple_ < ContainerAllocator > > | Ptr |
typedef PropertyTuple_ < ContainerAllocator > | Type |
Public Member Functions | |
PropertyTuple_ () | |
PropertyTuple_ (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 > | dataType |
std::basic_string< char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | propertyName |
std::basic_string< char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | propertyURI |
std::basic_string< char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | value |
Definition at line 21 of file PropertyTuple.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > srs_knowledge::PropertyTuple_< ContainerAllocator >::_dataType_type |
Definition at line 43 of file PropertyTuple.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > srs_knowledge::PropertyTuple_< ContainerAllocator >::_propertyName_type |
Definition at line 40 of file PropertyTuple.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > srs_knowledge::PropertyTuple_< ContainerAllocator >::_propertyURI_type |
Definition at line 49 of file PropertyTuple.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > srs_knowledge::PropertyTuple_< ContainerAllocator >::_value_type |
Definition at line 46 of file PropertyTuple.h.
typedef boost::shared_ptr< ::srs_knowledge::PropertyTuple_<ContainerAllocator> const> srs_knowledge::PropertyTuple_< ContainerAllocator >::ConstPtr |
Definition at line 54 of file PropertyTuple.h.
typedef boost::shared_ptr< ::srs_knowledge::PropertyTuple_<ContainerAllocator> > srs_knowledge::PropertyTuple_< ContainerAllocator >::Ptr |
Definition at line 53 of file PropertyTuple.h.
typedef PropertyTuple_<ContainerAllocator> srs_knowledge::PropertyTuple_< ContainerAllocator >::Type |
Definition at line 22 of file PropertyTuple.h.
srs_knowledge::PropertyTuple_< ContainerAllocator >::PropertyTuple_ | ( | ) | [inline] |
Definition at line 24 of file PropertyTuple.h.
srs_knowledge::PropertyTuple_< ContainerAllocator >::PropertyTuple_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 32 of file PropertyTuple.h.
boost::shared_ptr<std::map<std::string, std::string> > srs_knowledge::PropertyTuple_< ContainerAllocator >::__connection_header |
Definition at line 55 of file PropertyTuple.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > srs_knowledge::PropertyTuple_< ContainerAllocator >::dataType |
Definition at line 44 of file PropertyTuple.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > srs_knowledge::PropertyTuple_< ContainerAllocator >::propertyName |
Definition at line 41 of file PropertyTuple.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > srs_knowledge::PropertyTuple_< ContainerAllocator >::propertyURI |
Definition at line 50 of file PropertyTuple.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > srs_knowledge::PropertyTuple_< ContainerAllocator >::value |
Definition at line 47 of file PropertyTuple.h.