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

IT_Reflect::ValueRef< T > Class Template Reference

#include <it_bus/reflect/value_ref.h>

Inheritance diagram for IT_Reflect::ValueRef< T >:

IT_Reflect::ValueRefBase< T > IT_Bus::AnySimpleType IT_Reflect::Value< T > IT_Bus::AnyType IT_Reflect::BuiltInType IT_Reflect::SimpleType IT_Reflect::Reflection IT_Bus::RefCountedBase List of all members.

Detailed Description

template<class T>
class IT_Reflect::ValueRef< T >

Template implementation of IT_Reflect::Value that holds a reference to a simple type such as Float, Int, Date etc.

As well as Value this class implements AnySimpleType to support get_reflected calls on simple types that are not class objects.

Definition at line 23 of file value_ref.h.

Public Member Functions

 ValueRef (const T &value) throw (())
 Constructor.
 ValueRef (const T *value) throw (())
 Constructor.
 ~ValueRef () throw (())
 Destructor.
virtual const IT_Bus::AnyTypeget_reflected () const throw (())
 Get the reflected object.
virtual IT_Bus::AnyTypeget_reflected () throw (())
 Get the reflected object.
virtual const IT_Bus::QNameget_type () const
 Returns the IT_Bus::QName for the type.
virtual AnyType::Kind get_kind () const
 Returns the IT_Bus::AnyType::Kind for the type.
virtual IT_Reflect::Reflectionget_reflection () throw (())
 Return an instance of the IT_Reflect::Reflection type that encapsulates this instance.
virtual const IT_Reflect::Reflectionget_reflection () const throw (())
 Return an instance of the IT_Reflect::Reflection type that encapsulates this instance.
virtual IT_Bus::AnyTypeclone () const throw ((ReflectException))
 Get a pointer to a clone of this value instance.


Constructor & Destructor Documentation

template<class T>
IT_Reflect::ValueRef< T >::ValueRef const T &  value  )  throw (())
 

Constructor.

Definition at line 110 of file value_ref.h.

template<class T>
IT_Reflect::ValueRef< T >::ValueRef const T *  value  )  throw (())
 

Constructor.

Definition at line 120 of file value_ref.h.

template<class T>
IT_Reflect::ValueRef< T >::~ValueRef  )  throw (())
 

Destructor.

Definition at line 130 of file value_ref.h.


Member Function Documentation

template<class T>
IT_Bus::AnyType * IT_Reflect::ValueRef< T >::clone  )  const throw ((ReflectException)) [virtual]
 

Get a pointer to a clone of this value instance.

Caller must delete return value.

Returns:
a pointer to an AnyType

Implements IT_Reflect::Reflection.

Definition at line 237 of file value_ref.h.

template<class T>
IT_Bus::AnyType::Kind IT_Reflect::ValueRef< T >::get_kind  )  const [virtual]
 

Returns the IT_Bus::AnyType::Kind for the type.

Returns:
AnyType::SIMPLE.

Reimplemented from IT_Bus::AnySimpleType.

Definition at line 161 of file value_ref.h.

template<class T>
IT_Bus::AnyType & IT_Reflect::ValueRef< T >::get_reflected  )  throw (()) [virtual]
 

Get the reflected object.

Returns:
reference to AnyType containing the reflected object

Implements IT_Reflect::Reflection.

Definition at line 144 of file value_ref.h.

template<class T>
const IT_Bus::AnyType & IT_Reflect::ValueRef< T >::get_reflected  )  const throw (()) [virtual]
 

Get the reflected object.

Returns:
reference to AnyType containing the reflected object

Implements IT_Reflect::Reflection.

Definition at line 137 of file value_ref.h.

template<class T>
const IT_Reflect::Reflection * IT_Reflect::ValueRef< T >::get_reflection  )  const throw (()) [virtual]
 

Return an instance of the IT_Reflect::Reflection type that encapsulates this instance.

Returns:
IT_Reflect::Reflection
Exceptions:
IT_Reflect::ReflectException 

Reimplemented from IT_Bus::AnyType.

Definition at line 177 of file value_ref.h.

template<class T>
IT_Reflect::Reflection * IT_Reflect::ValueRef< T >::get_reflection  )  throw (()) [virtual]
 

Return an instance of the IT_Reflect::Reflection type that encapsulates this instance.

Returns:
IT_Reflect::Reflection
Exceptions:
IT_Reflect::ReflectException 

Reimplemented from IT_Bus::AnyType.

Definition at line 169 of file value_ref.h.

template<class T>
const IT_Bus::QName & IT_Reflect::ValueRef< T >::get_type  )  const [virtual]
 

Returns the IT_Bus::QName for the type.

Derived subclasses implement this method and return their QName.

Returns:
IT_Bus::QName.

Implements IT_Bus::AnyType.

Definition at line 154 of file value_ref.h.


Generated on Wed Mar 22 12:24:01 2006 for Artix by  doxygen 1.3.9.1