#include <it_bus/reflect/reflected_nillable_value.h>
Inheritance diagram for IT_Reflect::ReflectedNillableValue< T >:

Definition at line 16 of file reflected_nillable_value.h.
Public Member Functions | |
| ReflectedNillableValue () | |
| Constructor. | |
| IT_EXPLICIT | ReflectedNillableValue (const T &other) |
| Constructor. | |
| IT_EXPLICIT | ReflectedNillableValue (const T *other) |
| Constructor. | |
| virtual | ~ReflectedNillableValue () |
| Destructor. | |
| virtual IT_Reflect::Reflection * | get_reflection () throw ((ReflectException)) |
| Get a pointer to a reflection for this value. | |
| virtual const IT_Reflect::Reflection * | get_reflection () const throw ((ReflectException)) |
| Get a pointer to a reflection for this value. | |
1.5.1-p1