#include <AsyncJobCalls.h>

Inheritance diagram for NullaryMemFunT< Job >:
Collaboration diagram for NullaryMemFunT< Job >:

Public Types

typedef void(Job::* Method) ()
 
typedef Job DestClass
 
typedef CbcPointer< Job > JobPointer
 

Public Member Functions

 NullaryMemFunT (const CbcPointer< Job > &aJob, Method aMethod)
 
void print (std::ostream &os) const override
 
virtual bool canDial (AsyncCall &call)
 
void dial (AsyncCall &call)
 

Public Attributes

Method method
 
JobPointer job
 

Protected Member Functions

void doDial () override
 

Detailed Description

template<class Job>
class NullaryMemFunT< Job >

Definition at line 90 of file AsyncJobCalls.h.

Member Typedef Documentation

◆ DestClass

template<class Job >
typedef Job JobDialer< Job >::DestClass
inherited

Definition at line 28 of file AsyncJobCalls.h.

◆ JobPointer

template<class Job >
typedef CbcPointer<Job> JobDialer< Job >::JobPointer
inherited

Definition at line 29 of file AsyncJobCalls.h.

◆ Method

template<class Job >
typedef void(Job::* NullaryMemFunT< Job >::Method) ()

Definition at line 93 of file AsyncJobCalls.h.

Constructor & Destructor Documentation

◆ NullaryMemFunT()

template<class Job >
NullaryMemFunT< Job >::NullaryMemFunT ( const CbcPointer< Job > &  aJob,
Method  aMethod 
)
inlineexplicit

Definition at line 94 of file AsyncJobCalls.h.

Member Function Documentation

◆ canDial()

template<class Job >
bool JobDialer< Job >::canDial ( AsyncCall call)
virtualinherited

◆ dial()

template<class Job >
void JobDialer< Job >::dial ( AsyncCall call)
inherited

Definition at line 170 of file AsyncJobCalls.h.

References DBG_CRITICAL, debugs, AsyncCall::debugSection, and AsyncCall::name.

◆ doDial()

template<class Job >
void NullaryMemFunT< Job >::doDial ( )
inlineoverrideprotectedvirtual

Implements JobDialer< Job >.

Definition at line 103 of file AsyncJobCalls.h.

References JobDialer< Job >::job, and NullaryMemFunT< Job >::method.

◆ print()

template<class Job >
void NullaryMemFunT< Job >::print ( std::ostream &  os) const
inlineoverridevirtual

Implements CallDialer.

Definition at line 97 of file AsyncJobCalls.h.

Member Data Documentation

◆ job

template<class Job >
JobPointer JobDialer< Job >::job
inherited

◆ method

template<class Job >
Method NullaryMemFunT< Job >::method

Definition at line 100 of file AsyncJobCalls.h.

Referenced by NullaryMemFunT< Job >::doDial().


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

 

Introduction

Documentation

Support

Miscellaneous

Web Site Translations

Mirrors