#include <QHash>
#include <QDateTime>
#include <QPair>
Go to the source code of this file.
Classes | |
class | AddressMap |
Typedefs | |
typedef QPair < QString, QDateTime > | addr_map_entry_t |
Definition in file addressmap.h.
typedef QPair<QString, QDateTime> addr_map_entry_t |
Defines a type that pairs a mapping's target address with an expiration time for that mapping.
Definition at line 37 of file addressmap.h.