|
| WxReaderSA () |
|
virtual | ~WxReaderSA () |
|
void | getData () |
|
std::string | getFileContents (const char *filename) |
|
| CurlUtils () |
|
virtual | ~CurlUtils () |
|
std::string | getUrl (std::string url, bool printStats=false) |
|
std::string | postUserPass (std::string url, std::string user, std::string pass, std::string challenge) |
|
|
WxDataSA | data_ |
|
const char * | defaultFilename_ |
|
|
enum | { OPTION_FALSE = 0,
OPTION_TRUE = 1
} |
|
CURL * | initCurl () |
|
void | cleanUp (CURL *ctx) |
|
const CURLcode | performRequest (CURL *ctx, bool printStats) |
|
void | setUrl (CURL *ctx, std::string url) |
|
static size_t | handleData (void *buffer, size_t size, size_t nmemb, void *userp) |
|
std::ostringstream | lastRead_ |
|
WxReaderSA::WxReaderSA |
( |
| ) |
|
Constructor.
....................................................................... Constructor.
WxReaderSA::~WxReaderSA |
( |
| ) |
|
|
virtual |
Destructor.
....................................................................... Destructor.
The documentation for this class was generated from the following files:
- gcpCbass/util/common/WxReaderSA.h
- gcpCbass/util/common/WxReaderSA.cc