#include "RMCast_Worker.h"
#include "ace/Synch_Traits.h"
#include "ace/Basic_Types.h"
#include "ace/Condition_Thread_Mutex.h"
Include dependency graph for RMCast_Copy_On_Write.h:
This graph shows which files directly or indirectly include this file:
Classes | |
class | ACE_RMCast_Copy_On_Write_Collection< COLLECTION, ITERATOR > |
A wrapper to implement reference counted collections. More... | |
class | ACE_RMCast_Copy_On_Write_Container< COLLECTION, ITERATOR > |
class | ACE_RMCast_Copy_On_Write_Read_Guard< COLLECTION, ITERATOR > |
Implement a read guard for a reference counted collection. More... | |
class | ACE_RMCast_Copy_On_Write_Write_Guard< COLLECTION, ITERATOR > |
Implement the write guard for a reference counted collecion. More... | |
class | ACE_RMCast_Copy_On_Write< KEY, ITEM, COLLECTION, ITERATOR > |
Implement a copy on write wrapper for a map-like collection. More... |