#include <RemoteRetriever.h>
Collaboration diagram for Impala::Application::MediaTable::RemoteRetriever:

Public Member Functions | |
| Array2dVec3UInt8 * | RetrieveImageData (std::string url, bool fromCache=true, bool toCache=true) |
| std::string | RetrieveFile (std::string url, bool fromCache=true, bool toCache=true, std::string filename="") |
Static Public Member Functions | |
| static RemoteRetriever * | GetInstance () |
Private Member Functions | |
| RemoteRetriever (std::string cachePrefix="Cache/") | |
| RemoteRetriever (RemoteRetriever const &) | |
| RemoteRetriever & | operator= (RemoteRetriever const &) |
Private Attributes | |
| bool | mUseCache |
| std::string | mCachePrefix |
| ILOG_VAR_DEC | |
Static Private Attributes | |
| static RemoteRetriever * | sInstance |
Classes | |
| class | RemoteFileRetriever |
Definition at line 25 of file RemoteRetriever.h.
1.5.1