|
Squid Web Cache master
|
Calls a function without arguments. See also: NullaryMemFunT. More...
#include <AsyncFunCalls.h>
Public Types | |
| using | Handler = void() |
Public Member Functions | |
| NullaryFunDialer (Handler *const aHandler) | |
| bool | canDial (AsyncCall &) |
| void | dial (AsyncCall &) |
| void | print (std::ostream &os) const override |
Private Attributes | |
| Handler * | handler |
| the function to call (or nil) | |
Definition at line 17 of file AsyncFunCalls.h.
| using NullaryFunDialer::Handler = void () |
Definition at line 20 of file AsyncFunCalls.h.
|
inlineexplicit |
Definition at line 22 of file AsyncFunCalls.h.
|
inline |
Definition at line 25 of file AsyncFunCalls.h.
References handler.
|
inline |
Definition at line 26 of file AsyncFunCalls.h.
References handler.
|
inlineoverridevirtual |
Implements CallDialer.
Definition at line 27 of file AsyncFunCalls.h.
|
private |
Definition at line 30 of file AsyncFunCalls.h.