#include "GeoIpCacheItem.h"#include "GeoIp.h"#include "stringutil.h"#include <QString>#include <QDateTime>#include <QStringList>Go to the source code of this file.
Defines | |
| #define | CACHE_KEY_FROM_IP "FROM" |
| #define | CACHE_KEY_TO_IP "TO" |
| #define | CACHE_KEY_EXPIRES "EXPIRES" |
| #define | CACHE_KEY_LATITUDE "LAT" |
| #define | CACHE_KEY_LONGITUDE "LON" |
| #define | CACHE_KEY_CITY "CITY" |
| #define | CACHE_KEY_REGION "REGION" |
| #define | CACHE_KEY_COUNTRY "COUNTRY" |
| #define | CACHE_KEY_COUNTRY_CODE "CC" |
| #define CACHE_KEY_CITY "CITY" |
Definition at line 31 of file GeoIpCacheItem.cpp.
Referenced by GeoIpCacheItem::fromCacheString(), GeoIpCacheItem::GeoIpCacheItem(), and GeoIpCacheItem::toGeoIp().
| #define CACHE_KEY_COUNTRY "COUNTRY" |
Definition at line 33 of file GeoIpCacheItem.cpp.
Referenced by GeoIpCacheItem::fromCacheString(), GeoIpCacheItem::GeoIpCacheItem(), and GeoIpCacheItem::toGeoIp().
| #define CACHE_KEY_COUNTRY_CODE "CC" |
Definition at line 34 of file GeoIpCacheItem.cpp.
Referenced by GeoIpCacheItem::fromCacheString(), GeoIpCacheItem::GeoIpCacheItem(), and GeoIpCacheItem::toGeoIp().
| #define CACHE_KEY_EXPIRES "EXPIRES" |
Definition at line 28 of file GeoIpCacheItem.cpp.
Referenced by GeoIpCacheItem::fromCacheString(), and GeoIpCacheItem::toCacheString().
| #define CACHE_KEY_FROM_IP "FROM" |
Definition at line 26 of file GeoIpCacheItem.cpp.
Referenced by GeoIpCacheItem::fromCacheString(), and GeoIpCacheItem::toCacheString().
| #define CACHE_KEY_LATITUDE "LAT" |
Definition at line 29 of file GeoIpCacheItem.cpp.
Referenced by GeoIpCacheItem::fromCacheString(), GeoIpCacheItem::GeoIpCacheItem(), GeoIpCacheItem::isValid(), and GeoIpCacheItem::toGeoIp().
| #define CACHE_KEY_LONGITUDE "LON" |
Definition at line 30 of file GeoIpCacheItem.cpp.
Referenced by GeoIpCacheItem::fromCacheString(), GeoIpCacheItem::GeoIpCacheItem(), GeoIpCacheItem::isValid(), and GeoIpCacheItem::toGeoIp().
| #define CACHE_KEY_REGION "REGION" |
Definition at line 32 of file GeoIpCacheItem.cpp.
Referenced by GeoIpCacheItem::fromCacheString(), GeoIpCacheItem::GeoIpCacheItem(), and GeoIpCacheItem::toGeoIp().
| #define CACHE_KEY_TO_IP "TO" |
Definition at line 27 of file GeoIpCacheItem.cpp.
Referenced by GeoIpCacheItem::fromCacheString(), and GeoIpCacheItem::toCacheString().
1.6.3