|
TAO_ESF 4.0.0
|
#include <ESF_Copy_On_Write.h>
Public Member Functions | |
| TAO_ESF_Copy_On_Write_Collection () | |
| CORBA::ULong | _incr_refcnt () |
| Increment the reference count. | |
| CORBA::ULong | _decr_refcnt () |
| Decrement the reference count. | |
Public Attributes | |
| COLLECTION | collection |
| The actual collection. | |
Private Attributes | |
| CORBA::ULong | refcount_ |
| The reference count. | |
| TAO_ESF_Copy_On_Write_Collection< COLLECTION, ITERATOR >::TAO_ESF_Copy_On_Write_Collection | ( | ) |
| CORBA::ULong TAO_ESF_Copy_On_Write_Collection< COLLECTION, ITERATOR >::_decr_refcnt | ( | ) |
Decrement the reference count.
| CORBA::ULong TAO_ESF_Copy_On_Write_Collection< COLLECTION, ITERATOR >::_incr_refcnt | ( | ) |
Increment the reference count.
| COLLECTION TAO_ESF_Copy_On_Write_Collection< COLLECTION, ITERATOR >::collection |
The actual collection.
|
private |
The reference count.