#include <it_bus/reflect/reflection_impl_t.h>
Inheritance diagram for IT_Reflect::ReflectionImplT< T >:
Definition at line 16 of file reflection_impl_t.h.
Public Member Functions | |
ReflectionImplT (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. | |
virtual IT_Bus::AnyType * | clone () const throw ((ReflectException)) |
Create a new object with the same contents. | |
virtual void | reset (const T *new_value) const throw (()) |
Reset the instance encapsulated within this reflection object. | |
Protected Types | |
typedef ReflectionImplT< T > | ThisType |
Protected Member Functions | |
virtual IT_Bus::AnyType & | get_data () const throw (()) |
Get type encapsulated by this reflection class. | |
Protected Attributes | |
T * | m_data |
const IT_Bus::QName & IT_Reflect::ReflectionImplT< T >::get_type_name | ( | ) | const throw (()) [virtual] |
Get the type name of the reflected object.
Reimplemented from IT_Reflect::ReflectionImpl.
Reimplemented in IT_Reflect::ComplexContentImplT< T >.
Definition at line 56 of file reflection_impl_t.h.
IT_Bus::AnyType::Kind IT_Reflect::ReflectionImplT< T >::get_type_kind | ( | ) | const throw (()) [virtual] |
Get the kind of the reflected object.
Reimplemented from IT_Reflect::ReflectionImpl.
Reimplemented in IT_Reflect::ComplexContentImplT< T >, IT_ContextAttributes::IT_EmbeddedTypeReflection, IT_ContextAttributes::IT_SecurityTokenReferenceTypeReflection, and IT_ContextAttributes::IT_TimestampType_1Reflection.
Definition at line 64 of file reflection_impl_t.h.
References IT_Reflect::ReflectionImplT< T >::m_data.
IT_Bus::AnyType * IT_Reflect::ReflectionImplT< T >::clone | ( | ) | const throw ((ReflectException)) [virtual] |
Create a new object with the same contents.
ReflectException | if there is a problem with run-time type information for this object. |
Implements IT_Reflect::Reflection.
Definition at line 82 of file reflection_impl_t.h.
void IT_Reflect::ReflectionImplT< T >::reset | ( | const T * | new_value | ) | const throw (()) [virtual] |
Reset the instance encapsulated within this reflection object.
the | new class instance |
Definition at line 90 of file reflection_impl_t.h.
IT_Bus::AnyType & IT_Reflect::ReflectionImplT< T >::get_data | ( | ) | const throw (()) [protected, virtual] |
Get type encapsulated by this reflection class.
Implements IT_Reflect::ReflectionImpl.
Definition at line 100 of file reflection_impl_t.h.
References IT_Reflect::ReflectionImplT< T >::m_data.