An OO wrapper for a "CURL*" (a libCURL "easy" handle).
More...
#include <Easy.hxx>
An OO wrapper for a "CURL*" (a libCURL "easy" handle).
Definition at line 42 of file Easy.hxx.
◆ CurlEasy() [1/3]
Allocate a new CURL*.
Throws std::runtime_error on error.
Definition at line 51 of file Easy.hxx.
◆ CurlEasy() [2/3]
CurlEasy::CurlEasy |
( |
std::nullptr_t |
| ) |
|
|
inline |
Create an empty instance.
Definition at line 61 of file Easy.hxx.
◆ CurlEasy() [3/3]
◆ ~CurlEasy()
◆ Get()
◆ operator bool()
CurlEasy::operator bool |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ SetOption()
template<typename T >
void CurlEasy::SetOption |
( |
CURLoption |
option, |
|
|
T |
value |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: