|
Public Methods |
| TAO_NS_EventType (void) |
| Constuctor.
|
| TAO_NS_EventType (const char *domain_name, const char *type_name) |
| TAO_NS_EventType (const CosNotification::EventType &event_type) |
| ~TAO_NS_EventType () |
| Destructor.
|
u_long | hash (void) const |
| hash value
|
TAO_NS_EventType & | operator= (const CosNotification::EventType &event_type) |
| Assignment from CosNotification::EventType.
|
TAO_NS_EventType & | operator= (const TAO_NS_EventType &event_type) |
| Assignment operator.
|
int | operator== (const TAO_NS_EventType ¬ify_event_type) const |
| == operator
|
int | operator!= (const TAO_NS_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.
|
Static Public Methods |
TAO_NS_EventType | special (void) |
Protected Methods |
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_ |