|
Squid Web Cache master
|
#include <cbdata.h>
Public Member Functions | |
| CBDATA_DECL_ (generic_cbdata, noexcept) | |
| generic_cbdata (void *aData) | |
| template<typename wrapped_type > | |
| void | unwrap (wrapped_type **output) |
Private Attributes | |
| void * | data |
A generic wrapper for passing object pointers through cbdata. Use this when you need to pass callback data to a blocking operation, but you don't want to/cannot have that pointer be cbdata itself.
| generic_cbdata::CBDATA_DECL_ | ( | generic_cbdata | , |
| noexcept | |||
| ) |
|
inline |