#include <stdint.h>
#include <string>
#include <boost/shared_array.hpp>
#include <stdexcept>
Go to the source code of this file.
Classes | |
class | resource_retriever::Exception |
struct | resource_retriever::MemoryResource |
A combination of a pointer to data in memory along with the data's size. More... | |
class | resource_retriever::Retriever |
Retrieves files from from a url. Caches a CURL handle so multiple accesses to a single url will keep connections open. More... | |
Namespaces | |
namespace | resource_retriever |
Typedefs | |
typedef void | CURL |
typedef void CURL |
Definition at line 36 of file retriever.h.