|
| handle_t | handle_ = curl_easy_init() |
| |
Definition at line 324 of file restincurl.h.
◆ handle_t
| using restincurl::EasyHandle::handle_t = decltype(curl_easy_init()) |
◆ ptr_t
| using restincurl::EasyHandle::ptr_t = std::unique_ptr<EasyHandle> |
◆ EasyHandle()
| restincurl::EasyHandle::EasyHandle |
( |
| ) |
|
|
inline |
◆ ~EasyHandle()
| restincurl::EasyHandle::~EasyHandle |
( |
| ) |
|
|
inline |
◆ Close()
| void restincurl::EasyHandle::Close |
( |
| ) |
|
|
inline |
◆ operator handle_t()
| restincurl::EasyHandle::operator handle_t |
( |
| ) |
const |
|
inlinenoexcept |
◆ handle_
| handle_t restincurl::EasyHandle::handle_ = curl_easy_init() |
|
private |
The documentation for this class was generated from the following file: