#include <Container_T.h>
Collaboration diagram for TAO_Notify_Container_T< TYPE >:
Public Member Functions | |
TAO_Notify_Container_T (void) | |
Constuctor. | |
virtual | ~TAO_Notify_Container_T () |
Destructor. | |
void | init (ACE_ENV_SINGLE_ARG_DECL) |
Init this object. | |
virtual void | insert (TYPE *type ACE_ENV_ARG_DECL) |
Insert object to this container. | |
virtual void | remove (TYPE *type ACE_ENV_ARG_DECL) |
Remove type from container_. | |
virtual void | shutdown (ACE_ENV_SINGLE_ARG_DECL) |
Shutdown. | |
COLLECTION * | collection (void) |
Collection. | |
Protected Attributes | |
COLLECTION * | collection_ |
The collection data structure that we add objects to. | |
Private Types | |
typedef TAO_ESF_Proxy_Collection< TYPE > | COLLECTION |
|
|
|
Constuctor.
|
|
Destructor.
|
|
Collection.
|
|
Init this object.
|
|
Insert object to this container.
|
|
Remove type from container_.
|
|
Shutdown.
|
|
The collection data structure that we add objects to.
|