TAO_CosNotification
2.4.1
|
Helper to construct a sequence of IDS in a collections. More...
#include <Seq_Worker_T.h>
Public Member Functions | |
TAO_Notify_Seq_Worker_T (void) | |
Constructor. More... | |
SEQ * | create (CONTAINER &container) |
Create a SEQ. More... | |
Public Member Functions inherited from TAO_ESF_Worker< TYPE > | |
virtual | ~TAO_ESF_Worker (void) |
virtual void | set_size (size_t size) |
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 |
Helper to construct a sequence of IDS in a collections.
|
private |
|
private |
|
private |
|
private |
TAO_Notify_Seq_Worker_T< T >::TAO_Notify_Seq_Worker_T | ( | void | ) |
Constructor.
TAO_Notify_Seq_Worker_T< TYPE >::SEQ * TAO_Notify_Seq_Worker_T< TYPE >::create | ( | CONTAINER & | container | ) |
Create a SEQ.
|
protectedvirtual |
TAO_ESF_Worker method.
Implements TAO_ESF_Worker< TYPE >.
|
protected |
The result.