#include <it_bus/reflect/reflected_nillable_ptr.h>
Inheritance diagram for IT_Reflect::ReflectedNillablePtr< T >:

Definition at line 16 of file reflected_nillable_ptr.h.
Public Types | |
|
typedef IT_Reflect::NillablePtrImplT< ReflectedNillablePtr< T >, T > | IT_ReflectionType |
Public Member Functions | |
| ReflectedNillablePtr () | |
| Constructor. | |
| ReflectedNillablePtr (const ReflectedNillablePtr &other) | |
| Constructor. | |
| IT_EXPLICIT | ReflectedNillablePtr (T *data) |
| Constructor. | |
| virtual IT_Reflect::Reflection * | get_reflection () throw (()) |
| Get a pointer to a reflection of the object. | |
| virtual const IT_Reflect::Reflection * | get_reflection () const throw (()) |
| Get a pointer to a reflection of the object. | |
Private Types | |
| typedef ReflectedNillablePtr | ThisType |
1.5.1-p1