MPD
0.20.6
|
An OO wrapper for a "CURL*" (a libCURL "easy" handle). More...
#include <Easy.hxx>
Public Member Functions | |
CurlEasy () | |
Allocate a new CURL*. More... | |
CurlEasy (std::nullptr_t) | |
Create an empty instance. More... | |
CurlEasy (CurlEasy &&src) | |
~CurlEasy () | |
operator bool () const | |
CurlEasy & | operator= (CurlEasy &&src) |
CURL * | Get () |
template<typename T > | |
void | SetOption (CURLoption option, T value) |
|
inline |
|
inline |
|
inline |