TAO_CosNotification  2.0.7
Classes | Public Member Functions | Protected Attributes | Private Types
TAO_Notify_Container_T Class Reference

A template class that manages a collection. TYPE = type of collection. More...

#include <Container_T.h>

Collaboration diagram for TAO_Notify_Container_T:
Collaboration graph
[legend]

List of all members.

Classes

class  Destroyer

Public Member Functions

 TAO_Notify_Container_T (void)
 Constructor.
virtual ~TAO_Notify_Container_T ()
 Destructor.
void init (void)
 Init this object.
virtual void insert (TYPE *type)
 Insert object to this container.
virtual void remove (TYPE *type)
 Remove type from container_.
virtual void shutdown (void)
 Shutdown.
virtual void destroy (void)
 Call destroy on each contained object.
COLLECTIONcollection (void)
 Collection.

Protected Attributes

COLLECTIONcollection_
 The collection data structure that we add objects to.

Private Types

typedef
TAO_ESF_Proxy_Collection< TYPE > 
COLLECTION

Detailed Description

A template class that manages a collection. TYPE = type of collection.


Member Typedef Documentation


Constructor & Destructor Documentation

TAO_Notify_Container_T::TAO_Notify_Container_T ( void  )

Constructor.

TAO_Notify_Container_T::~TAO_Notify_Container_T ( ) [virtual]

Destructor.


Member Function Documentation

TAO_Notify_Container_T< TYPE >::COLLECTION * TAO_Notify_Container_T::collection ( void  )

Collection.

void TAO_Notify_Container_T::destroy ( void  ) [virtual]

Call destroy on each contained object.

void TAO_Notify_Container_T::init ( void  )

Init this object.

void TAO_Notify_Container_T::insert ( TYPE *  type) [virtual]

Insert object to this container.

void TAO_Notify_Container_T::remove ( TYPE *  type) [virtual]

Remove type from container_.

void TAO_Notify_Container_T::shutdown ( void  ) [virtual]

Shutdown.


Member Data Documentation

The collection data structure that we add objects to.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines