PRCYCoin  2.0.0.7rc1
P2P Digital Currency
Public Attributes | List of all members
JsonDownload Struct Reference

#include <curl_json.h>

Collaboration diagram for JsonDownload:
[legend]

Public Attributes

std::string URL = ""
 
std::string response = ""
 
bool failed = false
 
bool complete = false
 
CURL * curl
 
CurlProgress prog
 

Detailed Description

Definition at line 22 of file curl_json.h.

Member Data Documentation

◆ complete

bool JsonDownload::complete = false

Definition at line 26 of file curl_json.h.

◆ curl

CURL* JsonDownload::curl

Definition at line 27 of file curl_json.h.

◆ failed

bool JsonDownload::failed = false

Definition at line 25 of file curl_json.h.

◆ prog

CurlProgress JsonDownload::prog

Definition at line 28 of file curl_json.h.

◆ response

std::string JsonDownload::response = ""

Definition at line 24 of file curl_json.h.

◆ URL

std::string JsonDownload::URL = ""

Definition at line 23 of file curl_json.h.


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