yatbcpp  0.0.1
Yet another Telegram Bot CPP Library
Public Member Functions | Private Attributes | Friends | List of all members
yatbcpp::curl_error Class Reference

#include "curl_error.h"

Public Member Functions

 curl_error (int errorcode, std::string message)
 

Private Attributes

int errorcode
 
std::string message
 

Friends

std::ostream & operator<< (std::ostream &o, const curl_error &U)
 
std::ostream & operator<< (std::ostream &o, const curl_error *U)
 

Detailed Description

Definition at line 12 of file curl_error.h.

Constructor & Destructor Documentation

◆ curl_error()

curl_error::curl_error ( int  errorcode,
std::string  message 
)

Definition at line 9 of file curl_error.cc.

Friends And Related Function Documentation

◆ operator<< [1/2]

std::ostream& operator<< ( std::ostream &  o,
const curl_error U 
)
friend

Definition at line 9 of file curl_error_ostream.cc.

◆ operator<< [2/2]

std::ostream& operator<< ( std::ostream &  o,
const curl_error U 
)
friend

Definition at line 13 of file curl_error_ostream.cc.

Member Data Documentation

◆ errorcode

int yatbcpp::curl_error::errorcode
private

Definition at line 18 of file curl_error.h.

◆ message

std::string yatbcpp::curl_error::message
private

Definition at line 19 of file curl_error.h.


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