#include <Refcountable_Guard_T.h>
Collaboration diagram for TAO_Notify_Refcountable_Guard_T< T >:
Public Member Functions | |
TAO_Notify_Refcountable_Guard_T (T *t=0) | |
Constuctor. | |
TAO_Notify_Refcountable_Guard_T (const TAO_Notify_Refcountable_Guard_T< T > &rhs) | |
Copy constructor. | |
~TAO_Notify_Refcountable_Guard_T () | |
Destructor. | |
T * | get (void) const |
Redirection operator. | |
bool | isSet (void) const |
Boolean test. | |
T * | operator-> (void) const |
Redirection operator. | |
T & | operator * () const |
Dereference operator. | |
void | reset (T *t=0) |
Reassignment. | |
TAO_Notify_Refcountable_Guard_T< T > & | operator= (const TAO_Notify_Refcountable_Guard_T< T > &rhs) |
Assignment. | |
Private Member Functions | |
void | swap (TAO_Notify_Refcountable_Guard_T< T > &rhs) |
Private Attributes | |
T * | t_ |
|
Constuctor.
|
|
Copy constructor.
|
|
Destructor.
|
|
Redirection operator.
|
|
Boolean test.
|
|
Dereference operator.
|
|
Redirection operator.
|
|
Assignment.
|
|
Reassignment.
|
|
|
|
|