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

IT_Reflect::Reflection Class Reference

#include <it_bus/reflect/reflection.h>

Inheritance diagram for IT_Reflect::Reflection:

IT_Bus::RefCountedBase IT_Reflect::ComplexContent IT_Reflect::ComplexType IT_Reflect::ElementList IT_Reflect::Nillable IT_Reflect::NullReflection IT_Reflect::ReflectionImpl IT_Reflect::SimpleType IT_Reflect::ComplexContentImplT< T > IT_Reflect::ComplexTypeImpl IT_Reflect::ModelGroup IT_Reflect::SimpleContent IT_Reflect::ElementListImplBase IT_Reflect::NillableRawPtrImplT< T > IT_Reflect::NillableValueImplT< NillableT, T > 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 > IT_Reflect::BuiltInType IT_Reflect::DerivedSimpleType IT_Reflect::SimpleTypeList IT_Reflect::Union List of all members.

Detailed Description

Base class for reflection objects.

Definition at line 36 of file reflection.h.

Public Member Functions

 Reflection () throw (())
 Constructor.
virtual ~Reflection () throw (())
 Destructor.
virtual const IT_Bus::QNameget_type_name () const =0 throw ((ReflectException))
 Get the type name of the reflected object.
virtual IT_Bus::AnyType::Kind get_type_kind () const =0 throw ((ReflectException))
 Get the kind of the reflected object.
virtual const IT_Bus::AnyTypeget_reflected () const =0 throw ((ReflectException))
 Get the reflected object.
virtual IT_Bus::AnyTypeget_reflected ()=0 throw ((ReflectException))
 Get the reflected object.
virtual IT_Bus::AnyTypeclone () const =0 throw ((ReflectException))
 Create a new object with the same contents.


Member Function Documentation

virtual IT_Bus::AnyType* IT_Reflect::Reflection::clone  )  const throw ((ReflectException)) [pure virtual]
 

Create a new object with the same contents.

Returns:
the new object, caller must _remove_ref().
Exceptions:
ReflectException if there is a problem with run-time type information for this object.

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

virtual IT_Bus::AnyType& IT_Reflect::Reflection::get_reflected  )  throw ((ReflectException)) [pure virtual]
 

Get the reflected object.

Returns:
reference to AnyType containing the reflected object

Implemented in IT_Reflect::ComplexValueRef< T >, IT_Reflect::NillableRawPtrImplT< T >, IT_Reflect::NullReflection, IT_Reflect::ReflectionImpl, IT_Reflect::ValueImplT< T >, and IT_Reflect::ValueRef< T >.

virtual const IT_Bus::AnyType& IT_Reflect::Reflection::get_reflected  )  const throw ((ReflectException)) [pure virtual]
 

Get the reflected object.

Returns:
reference to AnyType containing the reflected object

Implemented in IT_Reflect::ComplexValueRef< T >, IT_Reflect::NillableRawPtrImplT< T >, IT_Reflect::NullReflection, IT_Reflect::ReflectionImpl, IT_Reflect::ValueImplT< T >, and IT_Reflect::ValueRef< T >.

virtual IT_Bus::AnyType::Kind IT_Reflect::Reflection::get_type_kind  )  const throw ((ReflectException)) [pure virtual]
 

Get the kind of the reflected object.

Returns:
AnyType::Kind of the reflected object.

Implemented in IT_Reflect::ComplexContentImplT< T >, IT_Reflect::NillableRawPtrImplT< T >, IT_Reflect::NullReflection, IT_Reflect::ReflectionImpl, IT_Reflect::ReflectionImplT< T >, IT_Reflect::ValueImplT< T >, IT_Reflect::ValueRefBase< 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::Reflection::get_type_name  )  const throw ((ReflectException)) [pure virtual]
 

Get the type name of the reflected object.

Returns:
QName of the reflected object

Implemented in IT_Reflect::ComplexContentImplT< T >, IT_Reflect::NillableRawPtrImplT< T >, IT_Reflect::NullReflection, IT_Reflect::ReflectionImpl, IT_Reflect::ReflectionImplT< T >, IT_Reflect::ValueImplT< T >, IT_Reflect::ValueRefBase< 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