#include <Event_Map_Entry_T.h>
Inheritance diagram for TAO_NS_Event_Map_Entry_T:
Public Types | |
typedef TAO_ESF_Proxy_Collection< PROXY > | COLLECTION |
Public Methods | |
TAO_NS_Event_Map_Entry_T (void) | |
Constructor. More... | |
~TAO_NS_Event_Map_Entry_T (void) | |
Destructor. More... | |
void | init (ACE_ENV_SINGLE_ARG_DECL) |
Init - Allocates collection. More... | |
void | connected (PROXY *proxy ACE_ENV_ARG_DECL) |
Connect. More... | |
void | disconnected (PROXY *proxy ACE_ENV_ARG_DECL) |
Disconnect. More... | |
COLLECTION * | collection (void) |
Collection accessor. More... | |
int | count (void) |
Count accessor. More... | |
Protected Attributes | |
COLLECTION * | collection_ |
The Collection. More... | |
int | count_ |
Count of PROXY's connected in the collection;. More... |
|
|
|
Constructor.
|
|
Destructor.
|
|
Collection accessor.
|
|
Connect.
|
|
Count accessor.
|
|
Disconnect.
|
|
Init - Allocates collection.
|
|
The Collection.
|
|
Count of PROXY's connected in the collection;.
|