#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) throw (()) | |
Constructor. | |
virtual const IT_Bus::QName & | get_type_name () const throw (()) |
Get the type name of the reflected object. | |
virtual IT_Bus::AnyType::Kind | get_type_kind () const throw (()) |
Get the kind of the reflected object. |
const IT_Bus::QName & IT_Reflect::ComplexContentImplT< T >::get_type_name | ( | ) | const throw (()) [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.
IT_Bus::AnyType::Kind IT_Reflect::ComplexContentImplT< T >::get_type_kind | ( | ) | const throw (()) [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.