libosmscout 0.1
Loading...
Searching...
No Matches
TileCache.h File Reference
#include <QObject>
#include <QString>
#include <QMetaType>
#include <QMutex>
#include <QHash>
#include <QMap>
#include <QSet>
#include <QTime>
#include <QElapsedTimer>
#include <QImage>
#include <QPixmap>
#include <QDebug>
#include <osmscout/util/GeoBox.h>
#include <osmscoutclientqt/ClientQtImportExport.h>
#include <chrono>

Classes

struct  osmscout::RequestState
 
class  osmscout::TileCache
 Cache have to be locked by its mutex() while access. More...
 
struct  osmscout::TileCacheKey
 The key type of a QMap must provide operator<() More...
 
struct  osmscout::TileCacheVal
 

Namespaces

namespace  osmscout
 Original source: https://github.com/philipperemy/easy-encryption/blob/master/b64.h licensed under terms of MIT license.
 

Functions

bool osmscout::operator< (const TileCacheKey &a, const TileCacheKey &b)
 
QDebug & osmscout::operator<< (QDebug &out, const TileCacheKey &key)
 
bool osmscout::operator== (const TileCacheKey &a, const TileCacheKey &b)
 
uint osmscout::qHash (const TileCacheKey &key)