TAO_CosNotification 4.0.0
Loading...
Searching...
No Matches
Classes | Public Member Functions | Protected Attributes | Private Types | List of all members
TAO_Notify_Container_T< TYPE > Class Template Reference

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

#include <Container_T.h>

Collaboration diagram for TAO_Notify_Container_T< TYPE >:
Collaboration graph
[legend]

Classes

class  Destroyer
 

Public Member Functions

 TAO_Notify_Container_T ()
 Constructor.
 
virtual ~TAO_Notify_Container_T ()
 Destructor.
 
void init ()
 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 ()
 Shutdown.
 
virtual void destroy ()
 Call destroy on each contained object.
 
COLLECTIONcollection ()
 Collection.
 

Protected Attributes

COLLECTIONcollection_
 The collection data structure that we add objects to.
 

Private Types

typedef TAO_ESF_Proxy_Collection< TYPE > COLLECTION
 

Detailed Description

template<class TYPE>
class TAO_Notify_Container_T< TYPE >

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

Member Typedef Documentation

◆ COLLECTION

template<class TYPE >
typedef TAO_ESF_Proxy_Collection<TYPE> TAO_Notify_Container_T< TYPE >::COLLECTION
private

Constructor & Destructor Documentation

◆ TAO_Notify_Container_T()

template<class TYPE >
TAO_Notify_Container_T< TYPE >::TAO_Notify_Container_T ( )

Constructor.

◆ ~TAO_Notify_Container_T()

template<class TYPE >
TAO_Notify_Container_T< TYPE >::~TAO_Notify_Container_T ( )
virtual

Destructor.

Member Function Documentation

◆ collection()

template<class TYPE >
TAO_Notify_Container_T< TYPE >::COLLECTION * TAO_Notify_Container_T< TYPE >::collection ( )

Collection.

◆ destroy()

template<class TYPE >
void TAO_Notify_Container_T< TYPE >::destroy ( )
virtual

Call destroy on each contained object.

◆ init()

template<class TYPE >
void TAO_Notify_Container_T< TYPE >::init ( )

Init this object.

◆ insert()

template<class TYPE >
void TAO_Notify_Container_T< TYPE >::insert ( TYPE * type)
virtual

Insert object to this container.

◆ remove()

template<class TYPE >
void TAO_Notify_Container_T< TYPE >::remove ( TYPE * type)
virtual

Remove type from container_.

◆ shutdown()

template<class TYPE >
void TAO_Notify_Container_T< TYPE >::shutdown ( )
virtual

Shutdown.

Member Data Documentation

◆ collection_

template<class TYPE >
COLLECTION* TAO_Notify_Container_T< TYPE >::collection_
protected

The collection data structure that we add objects to.


The documentation for this class was generated from the following files: