![]() |
AJA NTV2 SDK
18.0.0.2122
NTV2 SDK 18.0.0.2122
|
I am the referent object that maintains the reference count and the pointer to the underlying object whose lifespan I manage. More...
#include <ajarefptr.h>
Public Member Functions | |
| Referent (TRef *ptr) | |
| void | AddRef () throw () |
| void | RemoveRef () throw () |
| TRef * | get () const throw () |
I am the referent object that maintains the reference count and the pointer to the underlying object whose lifespan I manage.
Definition at line 20 of file ajarefptr.h.
Definition at line 43 of file ajarefptr.h.
| void Referent< TRef >::AddRef | ( | void | ) | ||
| throw | ( | ||||
| ) | |||||
Definition at line 51 of file ajarefptr.h.
| TRef * Referent< TRef >::get | ( | void | ) | const | |
| throw | ( | ||||
| ) | |||||
Definition at line 73 of file ajarefptr.h.
| void Referent< TRef >::RemoveRef | ( | void | ) | ||
| throw | ( | ||||
| ) | |||||
Definition at line 58 of file ajarefptr.h.