#include <it_bus/reflect/value_ref.h>
Inheritance diagram for IT_Reflect::ValueRef< T >:
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::AnyType & | get_reflected () const throw (()) |
Get the reflected object. | |
virtual IT_Bus::AnyType & | get_reflected () throw (()) |
Get the reflected object. | |
virtual const IT_Bus::QName & | get_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::Reflection * | get_reflection () throw (()) |
Return an instance of the IT_Reflect::Reflection type that encapsulates this instance. | |
virtual const IT_Reflect::Reflection * | get_reflection () const throw (()) |
Return an instance of the IT_Reflect::Reflection type that encapsulates this instance. | |
virtual IT_Bus::AnyType * | clone () const throw ((ReflectException)) |
Get a pointer to a clone of this value instance. |
|
Constructor.
Definition at line 110 of file value_ref.h. |
|
Constructor.
Definition at line 120 of file value_ref.h. |
|
Destructor.
Definition at line 130 of file value_ref.h. |
|
Get a pointer to a clone of this value instance. Caller must delete return value.
Implements IT_Reflect::Reflection. Definition at line 237 of file value_ref.h. |
|
Returns the IT_Bus::AnyType::Kind for the type.
Reimplemented from IT_Bus::AnySimpleType. Definition at line 161 of file value_ref.h. |
|
Get the reflected object.
Implements IT_Reflect::Reflection. Definition at line 144 of file value_ref.h. |
|
Get the reflected object.
Implements IT_Reflect::Reflection. Definition at line 137 of file value_ref.h. |
|
Return an instance of the IT_Reflect::Reflection type that encapsulates this instance.
Reimplemented from IT_Bus::AnyType. Definition at line 177 of file value_ref.h. |
|
Return an instance of the IT_Reflect::Reflection type that encapsulates this instance.
Reimplemented from IT_Bus::AnyType. Definition at line 169 of file value_ref.h. |
|
Returns the IT_Bus::QName for the type. Derived subclasses implement this method and return their QName.
Implements IT_Bus::AnyType. Definition at line 154 of file value_ref.h. |