Collaboration diagram for CurlHandlePool: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().
Here is the caller graph for this function:
|
inline |
References handles.
Referenced by HTTPFetchOngoing::~HTTPFetchOngoing().
Here is the caller graph for this function:
|
private |
Referenced by ~CurlHandlePool(), alloc(), and free().