Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Secure .gov websites use HTTPS
A lock ( ) or https:// means you’ve safely connected to the .gov website. Share sensitive information only on official, secure websites.

Isis Developer Reference
restincurl::EasyHandle Class Reference

#include <restincurl.h>

Collaboration diagram for restincurl::EasyHandle:
Collaboration graph

Public Types

using ptr_t = std::unique_ptr<EasyHandle>
 
using handle_t = decltype(curl_easy_init())
 

Public Member Functions

 EasyHandle ()
 
 ~EasyHandle ()
 
void Close ()
 
 operator handle_t () const noexcept
 

Member Typedef Documentation

◆ handle_t

using restincurl::EasyHandle::handle_t = decltype(curl_easy_init())

◆ ptr_t

using restincurl::EasyHandle::ptr_t = std::unique_ptr<EasyHandle>

Constructor & Destructor Documentation

◆ EasyHandle()

restincurl::EasyHandle::EasyHandle ( )
inline

References RESTINCURL_LOG.

◆ ~EasyHandle()

restincurl::EasyHandle::~EasyHandle ( )
inline

References Close().

Member Function Documentation

◆ Close()

void restincurl::EasyHandle::Close ( )
inline

References RESTINCURL_LOG.

Referenced by ~EasyHandle().

◆ operator handle_t()

restincurl::EasyHandle::operator handle_t ( ) const
inlinenoexcept

The documentation for this class was generated from the following file: