Public Member Functions | |
CurlHandlePool ()=default | |
~CurlHandlePool () | |
CURL * | alloc () |
void | free (CURL *handle) |
Private Attributes | |
std::vector< CURL * > | handles |
|
default |
|
inline |
References handles.
|
inline |
References handles.
Referenced by HTTPFetchOngoing::HTTPFetchOngoing().
|
inline |
References handles.
Referenced by HTTPFetchOngoing::~HTTPFetchOngoing().
|
private |
Referenced by ~CurlHandlePool(), alloc(), and free().