#include <RMCast_Copy_On_Write.h>
Collaboration diagram for ACE_RMCast_Copy_On_Write_Collection< COLLECTION, ITERATOR >:
Public Methods | |
ACE_RMCast_Copy_On_Write_Collection (void) | |
Constructor. | |
void | _incr_refcnt (void) |
Increment the reference count. | |
void | _decr_refcnt (void) |
Decrement the reference count. | |
Public Attributes | |
COLLECTION | collection |
The actual collection. | |
Private Attributes | |
ACE_UINT32 | refcount_ |
The reference count. |
|
Constructor.
|
|
Decrement the reference count.
|
|
Increment the reference count.
|
|
The actual collection.
|
|
The reference count.
|