#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. | |
| virtual const IT_Bus::QName& IT_Reflect::NullReflection::get_type_name | ( | ) | const throw ((ReflectException)) [virtual] |
| virtual IT_Bus::AnyType::Kind IT_Reflect::NullReflection::get_type_kind | ( | ) | const throw ((ReflectException)) [virtual] |
| virtual const IT_Bus::AnyType& IT_Reflect::NullReflection::get_reflected | ( | ) | const throw ((ReflectException)) [virtual] |
| virtual IT_Bus::AnyType& IT_Reflect::NullReflection::get_reflected | ( | ) | throw ((ReflectException)) [virtual] |
| virtual IT_Bus::AnyType* IT_Reflect::NullReflection::clone | ( | ) | const throw ((ReflectException)) [virtual] |
1.5.1-p1