#include <CommCalls.h>

Inheritance diagram for CommCbFunPtrCallT< Dialer >:
Collaboration diagram for CommCbFunPtrCallT< Dialer >:

Public Types

typedef RefCount< CommCbFunPtrCallT< Dialer > > Pointer
 
typedef Dialer::Params Params
 

Public Member Functions

 CommCbFunPtrCallT (int debugSection, int debugLevel, const char *callName, const Dialer &aDialer)
 
 CommCbFunPtrCallT (const CommCbFunPtrCallT &o)
 
 ~CommCbFunPtrCallT () override
 
CallDialergetDialer () override
 
void make ()
 
bool cancel (const char *reason)
 
bool canceled () const
 
void print (std::ostream &os)
 
void dequeue (AsyncCall::Pointer &head, AsyncCall::Pointer &prev)
 remove us from the queue; we are head unless we are queued after prev More...
 
void setNext (AsyncCall::Pointer aNext)
 
AsyncCall::PointerNext ()
 

Public Attributes

Dialer dialer
 
const char *const name
 
CodeContext::Pointer codeContext
 what the callee is expected to work on More...
 
const int debugSection
 
const int debugLevel
 
const InstanceId< AsyncCallid
 

Protected Member Functions

bool canFire () override
 
void fire () override
 

Protected Attributes

AsyncCall::Pointer theNext
 for AsyncCallList and similar lists More...
 

Private Member Functions

CommCbFunPtrCallToperator= (const CommCbFunPtrCallT &)
 

Private Attributes

const char * isCanceled
 

Detailed Description

template<class Dialer>
class CommCbFunPtrCallT< Dialer >

Definition at line 280 of file CommCalls.h.

Member Typedef Documentation

◆ Params

template<class Dialer >
typedef Dialer::Params CommCbFunPtrCallT< Dialer >::Params

Definition at line 284 of file CommCalls.h.

◆ Pointer

template<class Dialer >
typedef RefCount<CommCbFunPtrCallT<Dialer> > CommCbFunPtrCallT< Dialer >::Pointer

Definition at line 283 of file CommCalls.h.

Constructor & Destructor Documentation

◆ CommCbFunPtrCallT() [1/2]

template<class Dialer >
CommCbFunPtrCallT< Dialer >::CommCbFunPtrCallT ( int  debugSection,
int  debugLevel,
const char *  callName,
const Dialer &  aDialer 
)
inline

Definition at line 324 of file CommCalls.h.

◆ CommCbFunPtrCallT() [2/2]

template<class Dialer >
CommCbFunPtrCallT< Dialer >::CommCbFunPtrCallT ( const CommCbFunPtrCallT< Dialer > &  o)
inline

Definition at line 289 of file CommCalls.h.

◆ ~CommCbFunPtrCallT()

template<class Dialer >
CommCbFunPtrCallT< Dialer >::~CommCbFunPtrCallT ( )
inlineoverride

Definition at line 293 of file CommCalls.h.

Member Function Documentation

◆ cancel()

◆ canceled()

bool AsyncCall::canceled ( ) const
inlineinherited

Definition at line 53 of file AsyncCall.h.

References AsyncCall::isCanceled.

Referenced by commCallCloseHandlers().

◆ canFire()

template<class Dialer >
bool CommCbFunPtrCallT< Dialer >::canFire
inlineoverrideprotectedvirtual

Reimplemented from AsyncCall.

Definition at line 333 of file CommCalls.h.

References AsyncCall::canFire(), and cbdataReferenceValid().

◆ dequeue()

void AsyncCall::dequeue ( AsyncCall::Pointer head,
AsyncCall::Pointer prev 
)
inherited

Definition at line 84 of file AsyncCall.cc.

References head, AsyncCall::Next(), and AsyncCall::setNext().

Referenced by comm_remove_close_handler().

◆ fire()

template<class Dialer >
void CommCbFunPtrCallT< Dialer >::fire
inlineoverrideprotectedvirtual

Implements AsyncCall.

Definition at line 352 of file CommCalls.h.

◆ getDialer()

template<class Dialer >
CallDialer * CommCbFunPtrCallT< Dialer >::getDialer ( )
inlineoverridevirtual

Implements AsyncCall.

Definition at line 295 of file CommCalls.h.

References CommCbFunPtrCallT< Dialer >::dialer.

◆ make()

void AsyncCall::make ( )
inherited

◆ Next()

AsyncCall::Pointer & AsyncCall::Next ( )
inlineinherited

◆ operator=()

template<class Dialer >
CommCbFunPtrCallT & CommCbFunPtrCallT< Dialer >::operator= ( const CommCbFunPtrCallT< Dialer > &  )
private

◆ print()

void AsyncCall::print ( std::ostream &  os)
inherited

Definition at line 74 of file AsyncCall.cc.

References AsyncCall::getDialer(), and AsyncCall::name.

Referenced by operator<<().

◆ setNext()

void AsyncCall::setNext ( AsyncCall::Pointer  aNext)
inlineinherited

Member Data Documentation

◆ codeContext

CodeContext::Pointer AsyncCall::codeContext
inherited

Definition at line 74 of file AsyncCall.h.

Referenced by CallSubscription< Call_ >::callback(), and ScheduleCall().

◆ debugLevel

◆ debugSection

◆ dialer

template<class Dialer >
Dialer CommCbFunPtrCallT< Dialer >::dialer

Definition at line 298 of file CommCalls.h.

Referenced by CommCbFunPtrCallT< Dialer >::getDialer().

◆ id

const InstanceId<AsyncCall> AsyncCall::id
inherited

Definition at line 78 of file AsyncCall.h.

Referenced by JobWaitBase::print(), and ScheduleCall().

◆ isCanceled

const char* AsyncCall::isCanceled
privateinherited

◆ name

const char* const AsyncCall::name
inherited

◆ theNext

AsyncCall::Pointer AsyncCall::theNext
protectedinherited

Definition at line 85 of file AsyncCall.h.

Referenced by AsyncCall::~AsyncCall(), AsyncCall::Next(), and AsyncCall::setNext().


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

 

Introduction

Documentation

Support

Miscellaneous

Web Site Translations

Mirrors