#include <IRObject.h>
Inheritance diagram for Omniifr::DependencyBase:


Public Member Functions | |
| DependencyBase (IRObject_impl *owner) | |
| virtual | ~DependencyBase () |
| IRObject_impl * | owner () const |
Private Member Functions | |
| DependencyBase () | |
| No default constructor. | |
Private Attributes | |
| IRObject_impl * | _owner |
Definition at line 63 of file IRObject.h.
|
|
Definition at line 66 of file IRObject.h. References _owner, and owner(). 00066 :_owner(owner){assert(owner);}
|
|
|
Definition at line 67 of file IRObject.h. 00067 {}
|
|
|
No default constructor.
|
|
|
Definition at line 68 of file IRObject.h. References _owner. Referenced by DependencyBase(). 00068 {return _owner;}
|
|
|
Definition at line 71 of file IRObject.h. Referenced by DependencyBase(), and owner(). |
1.4.1