#include <it_bus/reflect/simple_content.h>
Inheritance diagram for IT_Reflect::SimpleContent:

Note if a simpleContent type extends another simpleContent type then get value will return an instance of the base type. Access attributes of the base type using the value returned by get_value.
Definition at line 18 of file simple_content.h.
Public Member Functions | |
| SimpleContent () IT_THROW_DECL(()) | |
| Constructor. | |
| virtual | ~SimpleContent () IT_THROW_DECL(()) |
| Destructor. | |
| virtual const Reflection * | get_value () const IT_THROW_DECL((ReflectException))=0 |
| Get read-only reflection of the value. | |
| virtual Reflection * | use_value () IT_THROW_DECL((ReflectException))=0 |
| Get reflection that can be used to modify the value. | |
| virtual const Reflection* IT_Reflect::SimpleContent::get_value | ( | ) | const [pure virtual] |
| virtual Reflection* IT_Reflect::SimpleContent::use_value | ( | ) | [pure virtual] |
Get reflection that can be used to modify the value.
1.4.7