#include <it_bus/reflect/value.h>
Inheritance diagram for IT_Reflect::Value< T >:

Definition at line 15 of file value.h.
Public Member Functions | |
| virtual const T & | get_value () const =0 throw ((ReflectException)) |
| Get the value. | |
| virtual T & | get_value ()=0 throw ((ReflectException)) |
| Get the value. | |
| virtual void | set_value (const T &value)=0 throw ((ReflectException)) |
| Set the value. | |
|
|||||||||
|
Get the value.
Implemented in IT_Reflect::ValueImplT< T >, and IT_Reflect::ValueRefBase< T >. |
|
|||||||||
|
Get the value.
Implemented in IT_Reflect::ValueImplT< T >, and IT_Reflect::ValueRefBase< T >. Referenced by IT_Reflect::ValueImplT< T >::copy(), IT_Reflect::ValueRefBase< T >::duplicate(), and IT_Reflect::ValueImplT< T >::equals(). |
|
||||||||||
|
Set the value.
Implemented in IT_Reflect::ValueImplT< T >, and IT_Reflect::ValueRefBase< T >. |
1.3.9.1