TAO 3.1.4
Loading...
Searching...
No Matches
Public Member Functions | Private Member Functions | Private Attributes | List of all members
TAO::Nested_Upcall_Guard Class Reference

: Magic class that sets the status of the thread in the TSS. More...

#include <Nested_Upcall_Guard.h>

Collaboration diagram for TAO::Nested_Upcall_Guard:
Collaboration graph
[legend]

Public Member Functions

 Nested_Upcall_Guard (TAO_Transport *t, bool enable=true)
 
 ~Nested_Upcall_Guard ()
 

Private Member Functions

 Nested_Upcall_Guard ()
 
 Nested_Upcall_Guard (const Nested_Upcall_Guard &)=delete
 
Nested_Upcall_Guardoperator= (const Nested_Upcall_Guard &)=delete
 
 Nested_Upcall_Guard (Nested_Upcall_Guard &&)=delete
 
Nested_Upcall_Guardoperator= (Nested_Upcall_Guard &&)=delete
 

Private Attributes

TAO_Transportt_
 Pointer to the transport that we plan to use.
 
bool enable_
 A flag to support conditional waiting in the LF_Connect_Strategy.
 

Detailed Description

: Magic class that sets the status of the thread in the TSS.

This class was originally internal to the Wait_On_LF_NoUpcall implementation, but now it needs to be shared with the LF Connect wait as well.

Constructor & Destructor Documentation

◆ Nested_Upcall_Guard() [1/4]

TAO::Nested_Upcall_Guard::Nested_Upcall_Guard ( TAO_Transport * t,
bool enable = true )
inlineexplicit

◆ ~Nested_Upcall_Guard()

TAO::Nested_Upcall_Guard::~Nested_Upcall_Guard ( )
inline

◆ Nested_Upcall_Guard() [2/4]

TAO::Nested_Upcall_Guard::Nested_Upcall_Guard ( )
private

◆ Nested_Upcall_Guard() [3/4]

TAO::Nested_Upcall_Guard::Nested_Upcall_Guard ( const Nested_Upcall_Guard & )
privatedelete

◆ Nested_Upcall_Guard() [4/4]

TAO::Nested_Upcall_Guard::Nested_Upcall_Guard ( Nested_Upcall_Guard && )
privatedelete

Member Function Documentation

◆ operator=() [1/2]

Nested_Upcall_Guard & TAO::Nested_Upcall_Guard::operator= ( const Nested_Upcall_Guard & )
privatedelete

◆ operator=() [2/2]

Nested_Upcall_Guard & TAO::Nested_Upcall_Guard::operator= ( Nested_Upcall_Guard && )
privatedelete

Member Data Documentation

◆ enable_

bool TAO::Nested_Upcall_Guard::enable_
private

A flag to support conditional waiting in the LF_Connect_Strategy.

◆ t_

TAO_Transport* TAO::Nested_Upcall_Guard::t_
private

Pointer to the transport that we plan to use.


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