#include <it_bus/reflect/null_reflection.h>
Inheritance diagram for IT_Reflect::NullReflection:

All functions throw an exception.
Definition at line 14 of file null_reflection.h.
Public Member Functions | |
| NullReflection (const IT_Bus::AnyType *any=0) throw (()) | |
| Constructor. | |
| virtual | ~NullReflection () throw (()) |
| Destructor. | |
| virtual const IT_Bus::QName & | get_type_name () const throw ((ReflectException)) |
| No implementation. | |
| virtual IT_Bus::AnyType::Kind | get_type_kind () const throw ((ReflectException)) |
| No implementation. | |
| virtual const IT_Bus::AnyType & | get_reflected () const throw ((ReflectException)) |
| No implementation. | |
| virtual IT_Bus::AnyType & | get_reflected () throw ((ReflectException)) |
| No implementation. | |
| virtual IT_Bus::AnyType * | clone () const throw ((ReflectException)) |
| No implementation. | |
|
|
No implementation.
Implements IT_Reflect::Reflection. |
|
|
No implementation.
Implements IT_Reflect::Reflection. |
|
|
No implementation.
Implements IT_Reflect::Reflection. |
|
|
No implementation.
Implements IT_Reflect::Reflection. |
|
|
No implementation.
Implements IT_Reflect::Reflection. |
1.3.9.1