Namespaces | |
namespace | retriever |
Classes | |
class | CURLStaticInit |
class | Exception |
struct | MemoryBuffer |
struct | MemoryResource |
A combination of a pointer to data in memory along with the data's size. More... | |
class | Retriever |
Retrieves files from from a url. Caches a CURL handle so multiple accesses to a single url will keep connections open. More... | |
Functions | |
size_t | curlWriteFunc (void *buffer, size_t size, size_t nmemb, void *userp) |
Variables | |
static CURLStaticInit | g_curl_init |
size_t resource_retriever::curlWriteFunc | ( | void * | buffer, |
size_t | size, | ||
size_t | nmemb, | ||
void * | userp | ||
) |
Definition at line 87 of file retriever.cpp.
Definition at line 67 of file retriever.cpp.