TAO  2.2.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Member Functions | Private Attributes | List of all members
TAO_LF_Event_Binder Class Reference

Implement an auto_ptr-like class for the TAO_LF_Followers allocated via a TAO_Leader_Follower set. More...

#include <LF_Event_Binder.h>

Collaboration diagram for TAO_LF_Event_Binder:
Collaboration graph

Public Member Functions

 TAO_LF_Event_Binder (TAO_LF_Event *event, TAO_LF_Follower *folloer)
 Constructor. More...
 
 ~TAO_LF_Event_Binder (void)
 Destructor. More...
 

Private Member Functions

void operator= (const TAO_LF_Event_Binder &)
 
 TAO_LF_Event_Binder (const TAO_LF_Event_Binder &)
 

Private Attributes

TAO_LF_Event *const event_
 Keep a reference to the leader follower. More...
 
TAO_LF_Follower *const follower_
 

Detailed Description

Implement an auto_ptr-like class for the TAO_LF_Followers allocated via a TAO_Leader_Follower set.

The Leader/Follower set is a factory for TAO_LF_Follower objects

Constructor & Destructor Documentation

TAO_LF_Event_Binder::TAO_LF_Event_Binder ( TAO_LF_Event event,
TAO_LF_Follower folloer 
)

Constructor.

TAO_LF_Event_Binder::~TAO_LF_Event_Binder ( void  )

Destructor.

TAO_LF_Event_Binder::TAO_LF_Event_Binder ( const TAO_LF_Event_Binder )
private

Member Function Documentation

void TAO_LF_Event_Binder::operator= ( const TAO_LF_Event_Binder )
private

Member Data Documentation

TAO_LF_Event* const TAO_LF_Event_Binder::event_
private

Keep a reference to the leader follower.

TAO_LF_Follower* const TAO_LF_Event_Binder::follower_
private

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