Public Types | Static Public Member Functions

openfluid::tools::CURLDownloader Class Reference

List of all members.

Public Types

enum  ErrorCode { NO_ERROR, CURL_ERROR, UNKNOWN_ERROR }

Static Public Member Functions

static ErrorCode downloadToFile (const std::string URL, const std::string FilePath)
static ErrorCode downloadToString (const std::string URL, std::string &Contents)

Member Enumeration Documentation

Enumerator:
NO_ERROR 
CURL_ERROR 
UNKNOWN_ERROR 

Member Function Documentation

static ErrorCode openfluid::tools::CURLDownloader::downloadToFile ( const std::string  URL,
const std::string  FilePath 
) [static]
static ErrorCode openfluid::tools::CURLDownloader::downloadToString ( const std::string  URL,
std::string &  Contents 
) [static]

Generated using Doxygen 1.7.3
Creative Commons License Creative Commons By-NC-ND license