TAO_CosNotification 4.0.0
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | Protected Attributes | Private Types | List of all members
TAO_Notify_Find_Worker_T< TYPE, INTERFACE, INTERFACE_PTR, EXCEPTION > Class Template Reference

Helper to locate a TYPE given its ID. More...

#include <Find_Worker_T.h>

Inheritance diagram for TAO_Notify_Find_Worker_T< TYPE, INTERFACE, INTERFACE_PTR, EXCEPTION >:
Inheritance graph
[legend]
Collaboration diagram for TAO_Notify_Find_Worker_T< TYPE, INTERFACE, INTERFACE_PTR, EXCEPTION >:
Collaboration graph
[legend]

Public Member Functions

 TAO_Notify_Find_Worker_T ()
 Constructor.
 
TYPE * find (const TAO_Notify_Object::ID id, CONTAINER &container)
 Find the Type.
 
INTERFACE_PTR resolve (const TAO_Notify_Object::ID id, CONTAINER &container)
 Find and resolve to the Interface.
 
- 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
 

Protected Attributes

TAO_Notify_Object::ID id_
 The id we're looking for.
 
TYPE * result_
 The result.
 

Private Types

typedef TAO_Notify_Container_T< TYPE > CONTAINER
 
typedef TAO_ESF_Proxy_Collection< TYPE > COLLECTION
 

Detailed Description

template<class TYPE, class INTERFACE, class INTERFACE_PTR, class EXCEPTION>
class TAO_Notify_Find_Worker_T< TYPE, INTERFACE, INTERFACE_PTR, EXCEPTION >

Helper to locate a TYPE given its ID.

Member Typedef Documentation

◆ COLLECTION

template<class TYPE , class INTERFACE , class INTERFACE_PTR , class EXCEPTION >
typedef TAO_ESF_Proxy_Collection<TYPE> TAO_Notify_Find_Worker_T< TYPE, INTERFACE, INTERFACE_PTR, EXCEPTION >::COLLECTION
private

◆ CONTAINER

template<class TYPE , class INTERFACE , class INTERFACE_PTR , class EXCEPTION >
typedef TAO_Notify_Container_T<TYPE> TAO_Notify_Find_Worker_T< TYPE, INTERFACE, INTERFACE_PTR, EXCEPTION >::CONTAINER
private

Constructor & Destructor Documentation

◆ TAO_Notify_Find_Worker_T()

template<class TYPE , class INTERFACE , class INTERFACE_PTR , class EXCEPTION >
TAO_Notify_Find_Worker_T< TYPE, INTERFACE, INTERFACE_PTR, EXCEPTION >::TAO_Notify_Find_Worker_T ( )

Constructor.

Member Function Documentation

◆ find()

template<class TYPE , class INTERFACE , class INTERFACE_PTR , class EXCEPTION >
TYPE * TAO_Notify_Find_Worker_T< TYPE, INTERFACE, INTERFACE_PTR, EXCEPTION >::find ( const TAO_Notify_Object::ID id,
CONTAINER & container )

Find the Type.

◆ resolve()

template<class TYPE , class INTERFACE , class INTERFACE_PTR , class EXCEPTION >
INTERFACE_PTR TAO_Notify_Find_Worker_T< TYPE, INTERFACE, INTERFACE_PTR, EXCEPTION >::resolve ( const TAO_Notify_Object::ID id,
CONTAINER & container )

Find and resolve to the Interface.

◆ work()

template<class TYPE , class INTERFACE , class INTERFACE_PTR , class EXCEPTION >
void TAO_Notify_Find_Worker_T< TYPE, INTERFACE, INTERFACE_PTR, EXCEPTION >::work ( TYPE * object)
protected

= TAO_ESF_Worker method

Member Data Documentation

◆ id_

template<class TYPE , class INTERFACE , class INTERFACE_PTR , class EXCEPTION >
TAO_Notify_Object::ID TAO_Notify_Find_Worker_T< TYPE, INTERFACE, INTERFACE_PTR, EXCEPTION >::id_
protected

The id we're looking for.

◆ result_

template<class TYPE , class INTERFACE , class INTERFACE_PTR , class EXCEPTION >
TYPE* TAO_Notify_Find_Worker_T< TYPE, INTERFACE, INTERFACE_PTR, EXCEPTION >::result_
protected

The result.


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