![]() |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
#include <curl_json.h>
Public Attributes | |
| std::string | URL = "" |
| std::string | response = "" |
| bool | failed = false |
| bool | complete = false |
| CURL * | curl |
| CurlProgress | prog |
Definition at line 22 of file curl_json.h.
| bool JsonDownload::complete = false |
Definition at line 26 of file curl_json.h.
| CURL* JsonDownload::curl |
Definition at line 27 of file curl_json.h.
| bool JsonDownload::failed = false |
Definition at line 25 of file curl_json.h.
| CurlProgress JsonDownload::prog |
Definition at line 28 of file curl_json.h.
| std::string JsonDownload::response = "" |
Definition at line 24 of file curl_json.h.
| std::string JsonDownload::URL = "" |
Definition at line 23 of file curl_json.h.
1.8.17