#include <ABoxObject.h>
Public Types | |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _description_type |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _name_type |
typedef int32_t | _object_id_type |
typedef boost::shared_ptr < ::srs_knowledge::ABoxObject_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::srs_knowledge::ABoxObject_ < ContainerAllocator > > | Ptr |
typedef ABoxObject_ < ContainerAllocator > | Type |
Public Member Functions | |
ABoxObject_ () | |
ABoxObject_ (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 > | description |
std::basic_string< char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | name |
int32_t | object_id |
Definition at line 21 of file ABoxObject.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > srs_knowledge::ABoxObject_< ContainerAllocator >::_description_type |
Definition at line 44 of file ABoxObject.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > srs_knowledge::ABoxObject_< ContainerAllocator >::_name_type |
Definition at line 41 of file ABoxObject.h.
typedef int32_t srs_knowledge::ABoxObject_< ContainerAllocator >::_object_id_type |
Definition at line 38 of file ABoxObject.h.
typedef boost::shared_ptr< ::srs_knowledge::ABoxObject_<ContainerAllocator> const> srs_knowledge::ABoxObject_< ContainerAllocator >::ConstPtr |
Definition at line 49 of file ABoxObject.h.
typedef boost::shared_ptr< ::srs_knowledge::ABoxObject_<ContainerAllocator> > srs_knowledge::ABoxObject_< ContainerAllocator >::Ptr |
Definition at line 48 of file ABoxObject.h.
typedef ABoxObject_<ContainerAllocator> srs_knowledge::ABoxObject_< ContainerAllocator >::Type |
Definition at line 22 of file ABoxObject.h.
srs_knowledge::ABoxObject_< ContainerAllocator >::ABoxObject_ | ( | ) | [inline] |
Definition at line 24 of file ABoxObject.h.
srs_knowledge::ABoxObject_< ContainerAllocator >::ABoxObject_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 31 of file ABoxObject.h.
boost::shared_ptr<std::map<std::string, std::string> > srs_knowledge::ABoxObject_< ContainerAllocator >::__connection_header |
Definition at line 50 of file ABoxObject.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > srs_knowledge::ABoxObject_< ContainerAllocator >::description |
Definition at line 45 of file ABoxObject.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > srs_knowledge::ABoxObject_< ContainerAllocator >::name |
Definition at line 42 of file ABoxObject.h.
int32_t srs_knowledge::ABoxObject_< ContainerAllocator >::object_id |
Definition at line 39 of file ABoxObject.h.