Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members

IT_Reflect::ReflectionImpl Class Reference

#include <it_bus/reflect/reflection_impl.h>

Inheritance diagram for IT_Reflect::ReflectionImpl:

IT_Reflect::Reflection IT_Bus::RefCountedBase IT_Reflect::ElementListImplT< ListT, T > IT_Reflect::NillablePtrImplT< NillableT, T > IT_Reflect::ReflectionImplT< T > IT_Reflect::ReflectionImplT< IT_Bus::Reference > IT_Reflect::ReflectionImplT< IT_Bus::ReferencePort > IT_Reflect::ReflectionImplT< NillableT > IT_Reflect::SimpleTypeListImplT< ListT, T > IT_Reflect::TypeListImplT< ListT, T > List of all members.

Detailed Description

Base class for reflection implementations.

Definition at line 14 of file reflection_impl.h.

Public Member Functions

 ReflectionImpl () throw (())
 Constructor.
virtual const IT_Bus::QNameget_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 const IT_Bus::AnyTypeget_reflected () const throw (())
 Get the reflected object.
virtual IT_Bus::AnyTypeget_reflected () throw (())
 Get the reflected object.

Protected Member Functions

virtual IT_Bus::AnyTypeget_data () const =0 throw (())
 Get type encapsulated by this reflection class.


Constructor & Destructor Documentation

IT_Reflect::ReflectionImpl::ReflectionImpl  )  throw (())
 

Constructor.


Member Function Documentation

virtual IT_Bus::AnyType& IT_Reflect::ReflectionImpl::get_data  )  const throw (()) [protected, pure virtual]
 

Get type encapsulated by this reflection class.

Returns:
reference to AnyType.

Implemented in IT_Reflect::ElementListImplT< ListT, T >, IT_Reflect::NillablePtrImplT< NillableT, T >, IT_Reflect::ReflectionImplT< T >, IT_Reflect::SimpleTypeListImplT< ListT, T >, IT_Reflect::TypeListImplT< ListT, T >, IT_Reflect::ReflectionImplT< NillableT >, IT_Reflect::ReflectionImplT< IT_Bus::Reference >, and IT_Reflect::ReflectionImplT< IT_Bus::ReferencePort >.

virtual IT_Bus::AnyType& IT_Reflect::ReflectionImpl::get_reflected  )  throw (()) [virtual]
 

Get the reflected object.

Returns:
reference to AnyType containing the reflected object

Implements IT_Reflect::Reflection.

virtual const IT_Bus::AnyType& IT_Reflect::ReflectionImpl::get_reflected  )  const throw (()) [virtual]
 

Get the reflected object.

Returns:
reference to AnyType containing the reflected object

Implements IT_Reflect::Reflection.

virtual IT_Bus::AnyType::Kind IT_Reflect::ReflectionImpl::get_type_kind  )  const throw (()) [virtual]
 

Get the kind of the reflected object.

Returns:
AnyType::Kind of the reflected object.

Implements IT_Reflect::Reflection.

Reimplemented in IT_Reflect::ComplexContentImplT< T >, IT_Reflect::ReflectionImplT< T >, IT_Reflect::ReflectionImplT< NillableT >, IT_Reflect::ReflectionImplT< IT_Bus::Reference >, and IT_Reflect::ReflectionImplT< IT_Bus::ReferencePort >.

virtual const IT_Bus::QName& IT_Reflect::ReflectionImpl::get_type_name  )  const throw (()) [virtual]
 

Get the type name of the reflected object.

Returns:
QName of the reflected object

Implements IT_Reflect::Reflection.

Reimplemented in IT_Reflect::ComplexContentImplT< T >, IT_Reflect::ReflectionImplT< T >, IT_Reflect::ReflectionImplT< NillableT >, IT_Reflect::ReflectionImplT< IT_Bus::Reference >, and IT_Reflect::ReflectionImplT< IT_Bus::ReferencePort >.


Generated on Wed Mar 22 12:23:59 2006 for Artix by  doxygen 1.3.9.1