#include <it_bus/reflect/complex_content_impl_t.h>
Inheritance diagram for IT_Reflect::ComplexContentImplT< T >:
Definition at line 18 of file complex_content_impl_t.h.
Public Member Functions | |
ComplexContentImplT (const T *data) IT_THROW_DECL(()) | |
Constructor. | |
virtual const IT_Bus::QName & | get_type_name () const IT_THROW_DECL(()) |
Get the type name of the reflected object. | |
virtual IT_Bus::AnyType::Kind | get_type_kind () const IT_THROW_DECL(()) |
Get the kind of the reflected object. |
IT_Bus::AnyType::Kind IT_Reflect::ComplexContentImplT< T >::get_type_kind | ( | ) | const [virtual] |
Get the kind of the reflected object.
Reimplemented from IT_Reflect::ReflectionImplT< T >.
Definition at line 58 of file complex_content_impl_t.h.
References IT_Reflect::ReflectionImplT< T >::m_data.
const IT_Bus::QName & IT_Reflect::ComplexContentImplT< T >::get_type_name | ( | ) | const [virtual] |
Get the type name of the reflected object.
Reimplemented from IT_Reflect::ReflectionImplT< T >.
Definition at line 50 of file complex_content_impl_t.h.
References IT_Reflect::ReflectionImplT< T >::m_data.