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::Signaler Class Reference

#include <restincurl.h>

Collaboration diagram for restincurl::Signaler:
Collaboration graph

Public Types

using pipefd_t = std::array<int, 2>
 

Public Member Functions

 Signaler ()
 
 ~Signaler ()
 
void Signal ()
 
int GetReadFd ()
 
bool WasSignalled ()
 

Member Typedef Documentation

◆ pipefd_t

using restincurl::Signaler::pipefd_t = std::array<int, 2>

Constructor & Destructor Documentation

◆ Signaler()

restincurl::Signaler::Signaler ( )
inline

◆ ~Signaler()

restincurl::Signaler::~Signaler ( )
inline

Member Function Documentation

◆ GetReadFd()

int restincurl::Signaler::GetReadFd ( )
inline

◆ Signal()

void restincurl::Signaler::Signal ( )
inline

References errno, and RESTINCURL_LOG_TRACE.

◆ WasSignalled()

bool restincurl::Signaler::WasSignalled ( )
inline

References RESTINCURL_LOG_TRACE.


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