#include <EventType.h>
Inheritance diagram for TAO_Notify_EventType:
Public Member Functions | |
TAO_Notify_EventType (void) | |
Constuctor. | |
TAO_Notify_EventType (const char *domain_name, const char *type_name) | |
TAO_Notify_EventType (const CosNotification::EventType &event_type) | |
virtual | ~TAO_Notify_EventType () |
Destructor. | |
u_long | hash (void) const |
hash value | |
TAO_Notify_EventType & | operator= (const CosNotification::EventType &event_type) |
Assignment from CosNotification::EventType. | |
TAO_Notify_EventType & | operator= (const TAO_Notify_EventType &event_type) |
Assignment operator. | |
bool | operator== (const TAO_Notify_EventType ¬ify_event_type) const |
== operator | |
bool | operator!= (const TAO_Notify_EventType ¬ify_event_type) const |
!= operator | |
CORBA::Boolean | is_special (void) const |
const CosNotification::EventType & | native (void) const |
void | dump (void) const |
Helper to print contents. | |
bool | init (const TAO_Notify::NVPList &attrs) |
Initialize from an NVPList, return false on failure. | |
virtual void | save_persistent (TAO_Notify::Topology_Saver &saver ACE_ENV_ARG_DECL) |
Static Public Member Functions | |
TAO_Notify_EventType | special (void) |
Protected Member Functions | |
void | init_i (const char *domain_name, const char *type_name) |
Init this object. | |
void | recompute_hash (void) |
Protected Attributes | |
CosNotification::EventType | event_type_ |
u_long | hash_value_ |
|
Constuctor.
|
|
|
|
|
|
Destructor.
|
|
Helper to print contents.
|
|
hash value
|
|
Initialize from an NVPList, return false on failure.
|
|
Init this object.
|
|
|
|
|
|
!= operator
|
|
Assignment operator.
|
|
Assignment from CosNotification::EventType.
|
|
== operator
|
|
|
|
|
|
|
|
|
|
|