#include <Notify_Collection.h>
Inheritance diagram for TAO_Notify_EventType_List:
Public Methods | |
void | populate (CosNotification::EventTypeSeq &event_type_seq) |
Populate <event_type_seq> with the contents of this object. More... | |
void | insert_seq (const CosNotification::EventTypeSeq &event_type_seq) |
insert the contents of <event_type_seq> into this object. More... | |
void | remove_seq (const CosNotification::EventTypeSeq &event_type_seq) |
remove the contents of <event_type_seq> from this object. More... | |
void | insert_seq (const TAO_Notify_EventType_List &event_type_seq) |
insert the contents of <event_type_seq> into this object. More... | |
void | remove_seq (const TAO_Notify_EventType_List &event_type_seq) |
remove the contents of <event_type_seq> from this object. More... | |
Static Public Methods | |
void | preprocess (TAO_Notify_EventType_List ¤t, TAO_Notify_EventType_List &seq_added, TAO_Notify_EventType_List &seq_removed) |
Preprocess lists for subscriptions. More... | |
Private Types | |
typedef ACE_Unbounded_Set< TAO_Notify_EventType > | inherited |
Allows operations using the CosNotification::EventTypeSeq type.
|
|
|
insert the contents of <event_type_seq> into this object.
|
|
insert the contents of <event_type_seq> into this object.
|
|
Populate <event_type_seq> with the contents of this object.
|
|
Preprocess lists for subscriptions.
|
|
remove the contents of <event_type_seq> from this object.
|
|
remove the contents of <event_type_seq> from this object.
|