AJA NTV2 SDK
17.1.3.1410
NTV2 SDK 17.1.3.1410
|
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 | |||
throw | ( | ||
) |
Definition at line 51 of file ajarefptr.h.
TRef * Referent< TRef >::get | |||
throw | ( | ||
) |
Definition at line 73 of file ajarefptr.h.
void Referent< TRef >::RemoveRef | |||
throw | ( | ||
) |
Definition at line 58 of file ajarefptr.h.