TAO 3.1.4
Loading...
Searching...
No Matches
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
[legend]

Public Member Functions

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

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.
 
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() [1/2]

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::~TAO_LF_Event_Binder ( )

Destructor.

◆ TAO_LF_Event_Binder() [2/2]

TAO_LF_Event_Binder::TAO_LF_Event_Binder ( const TAO_LF_Event_Binder & )
private

Member Function Documentation

◆ operator=()

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

Member Data Documentation

◆ event_

TAO_LF_Event* const TAO_LF_Event_Binder::event_
private

Keep a reference to the leader follower.

◆ follower_

TAO_LF_Follower* const TAO_LF_Event_Binder::follower_
private

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