#include <TBoxObject.h>
Public Types | |
typedef int32_t | _class_id_type |
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 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 > | _properties_type |
typedef std::vector< int32_t, typename ContainerAllocator::template rebind< int32_t >::other > | _subjects_type |
typedef boost::shared_ptr < ::srs_knowledge::TBoxObject_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::srs_knowledge::TBoxObject_ < ContainerAllocator > > | Ptr |
typedef TBoxObject_ < ContainerAllocator > | Type |
Public Member Functions | |
TBoxObject_ () | |
TBoxObject_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
int32_t | class_id |
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 |
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 > | properties |
std::vector< int32_t, typename ContainerAllocator::template rebind< int32_t >::other > | subjects |
Definition at line 21 of file TBoxObject.h.
typedef int32_t srs_knowledge::TBoxObject_< ContainerAllocator >::_class_id_type |
Definition at line 42 of file TBoxObject.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > srs_knowledge::TBoxObject_< ContainerAllocator >::_description_type |
Definition at line 48 of file TBoxObject.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > srs_knowledge::TBoxObject_< ContainerAllocator >::_name_type |
Definition at line 45 of file TBoxObject.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 > srs_knowledge::TBoxObject_< ContainerAllocator >::_properties_type |
Definition at line 51 of file TBoxObject.h.
typedef std::vector<int32_t, typename ContainerAllocator::template rebind<int32_t>::other > srs_knowledge::TBoxObject_< ContainerAllocator >::_subjects_type |
Definition at line 54 of file TBoxObject.h.
typedef boost::shared_ptr< ::srs_knowledge::TBoxObject_<ContainerAllocator> const> srs_knowledge::TBoxObject_< ContainerAllocator >::ConstPtr |
Definition at line 59 of file TBoxObject.h.
typedef boost::shared_ptr< ::srs_knowledge::TBoxObject_<ContainerAllocator> > srs_knowledge::TBoxObject_< ContainerAllocator >::Ptr |
Definition at line 58 of file TBoxObject.h.
typedef TBoxObject_<ContainerAllocator> srs_knowledge::TBoxObject_< ContainerAllocator >::Type |
Definition at line 22 of file TBoxObject.h.
srs_knowledge::TBoxObject_< ContainerAllocator >::TBoxObject_ | ( | ) | [inline] |
Definition at line 24 of file TBoxObject.h.
srs_knowledge::TBoxObject_< ContainerAllocator >::TBoxObject_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 33 of file TBoxObject.h.
boost::shared_ptr<std::map<std::string, std::string> > srs_knowledge::TBoxObject_< ContainerAllocator >::__connection_header |
Definition at line 60 of file TBoxObject.h.
int32_t srs_knowledge::TBoxObject_< ContainerAllocator >::class_id |
Definition at line 43 of file TBoxObject.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > srs_knowledge::TBoxObject_< ContainerAllocator >::description |
Definition at line 49 of file TBoxObject.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > srs_knowledge::TBoxObject_< ContainerAllocator >::name |
Definition at line 46 of file TBoxObject.h.
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 > srs_knowledge::TBoxObject_< ContainerAllocator >::properties |
Definition at line 52 of file TBoxObject.h.
std::vector<int32_t, typename ContainerAllocator::template rebind<int32_t>::other > srs_knowledge::TBoxObject_< ContainerAllocator >::subjects |
Definition at line 55 of file TBoxObject.h.