|
Squid Web Cache master
|
Go to the source code of this file.
Classes | |
| class | NullaryFunDialer |
| Calls a function without arguments. See also: NullaryMemFunT. More... | |
| class | UnaryFunDialer< Argument1 > |
| CallDialer for single-parameter stand-alone functions. More... | |
Functions | |
| template<typename Argument1 > | |
| UnaryFunDialer< Argument1 > | callDialer (void(*handler)(Argument1), Argument1 arg1) |
| helper function to simplify UnaryFunDialer creation | |
| UnaryFunDialer< Argument1 > callDialer | ( | void(*)(Argument1) | handler, |
| Argument1 | arg1 | ||
| ) |
Definition at line 60 of file AsyncFunCalls.h.
Referenced by _comm_close().