TAO_CosNotification  3.0.0
Public Member Functions | Protected Member Functions | Protected Attributes | Private Types | List of all members
TAO_Notify_Seq_Worker_T< TYPE > Class Template Reference

Helper to construct a sequence of IDS in a collections. More...

#include <Seq_Worker_T.h>

Inheritance diagram for TAO_Notify_Seq_Worker_T< TYPE >:
Inheritance graph
[legend]
Collaboration diagram for TAO_Notify_Seq_Worker_T< TYPE >:
Collaboration graph
[legend]

Public Member Functions

 TAO_Notify_Seq_Worker_T (void)
 Constructor. More...
 
SEQcreate (CONTAINER &container)
 Create a SEQ. More...
 
- Public Member Functions inherited from TAO_ESF_Worker< TYPE >
virtual ~TAO_ESF_Worker ()
 
virtual void set_size (size_t size)
 
virtual void work (Object *object)=0
 

Protected Member Functions

void work (TYPE *object)
 TAO_ESF_Worker method. More...
 

Protected Attributes

SEQ_VAR seq_
 The result. More...
 

Private Types

typedef TAO_Notify_Container_T< TYPE > CONTAINER
 
typedef TAO_ESF_Proxy_Collection< TYPE > COLLECTION
 
typedef TYPE::SEQ SEQ
 
typedef TYPE::SEQ_VAR SEQ_VAR
 

Detailed Description

template<class TYPE>
class TAO_Notify_Seq_Worker_T< TYPE >

Helper to construct a sequence of IDS in a collections.

Member Typedef Documentation

◆ COLLECTION

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

◆ CONTAINER

template<class TYPE >
typedef TAO_Notify_Container_T<TYPE> TAO_Notify_Seq_Worker_T< TYPE >::CONTAINER
private

◆ SEQ

template<class TYPE >
typedef TYPE::SEQ TAO_Notify_Seq_Worker_T< TYPE >::SEQ
private

◆ SEQ_VAR

template<class TYPE >
typedef TYPE::SEQ_VAR TAO_Notify_Seq_Worker_T< TYPE >::SEQ_VAR
private

Constructor & Destructor Documentation

◆ TAO_Notify_Seq_Worker_T()

template<class T >
TAO_Notify_Seq_Worker_T< T >::TAO_Notify_Seq_Worker_T ( void  )

Constructor.

Member Function Documentation

◆ create()

template<class TYPE >
TAO_Notify_Seq_Worker_T< TYPE >::SEQ * TAO_Notify_Seq_Worker_T< TYPE >::create ( CONTAINER container)

Create a SEQ.

◆ work()

template<class TYPE >
void TAO_Notify_Seq_Worker_T< TYPE >::work ( TYPE *  object)
protected

TAO_ESF_Worker method.

Member Data Documentation

◆ seq_

template<class TYPE >
SEQ_VAR TAO_Notify_Seq_Worker_T< TYPE >::seq_
protected

The result.


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