PRCYCoin  2.0.0.7rc1
P2P Digital Currency
Classes | Macros | Functions | Variables
curl_json.h File Reference
#include <curl/curl.h>
#include <string>
Include dependency graph for curl_json.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  CurlProgress
 
struct  JsonDownload
 

Macros

#define TIME_IN_US   1
 
#define TIMETYPE   curl_off_t
 
#define TIMEOPT   CURLINFO_TOTAL_TIME_T
 
#define MINIMAL_PROGRESS_FUNCTIONALITY_INTERVAL   3000000
 

Functions

void getHttpsJson (std::string url)
 

Variables

JsonDownload downloadedJSON
 

Macro Definition Documentation

◆ MINIMAL_PROGRESS_FUNCTIONALITY_INTERVAL

#define MINIMAL_PROGRESS_FUNCTIONALITY_INTERVAL   3000000

Definition at line 15 of file curl_json.h.

◆ TIME_IN_US

#define TIME_IN_US   1

Definition at line 12 of file curl_json.h.

◆ TIMEOPT

#define TIMEOPT   CURLINFO_TOTAL_TIME_T

Definition at line 14 of file curl_json.h.

◆ TIMETYPE

#define TIMETYPE   curl_off_t

Definition at line 13 of file curl_json.h.

Function Documentation

◆ getHttpsJson()

void getHttpsJson ( std::string  url)

Definition at line 18 of file curl_json.cpp.

Here is the caller graph for this function:

Variable Documentation

◆ downloadedJSON

JsonDownload downloadedJSON

Definition at line 10 of file curl_json.cpp.