|
#include <IceUtil/Time.h>
#include <unordered_map>
#include <memory>
#include <string>
#include <mutex>
Go to the source code of this file.
Classes | |
struct | SpamFilterData |
Namespaces | |
armarx | |
This file offers overloads of toIce() and fromIce() functions for STL container types. | |
Typedefs | |
using | SpamFilterMap = std::unordered_map< std::string, std::unordered_map< std::string, IceUtil::Time > > |
using | SpamFilterMapPtr = std::shared_ptr< SpamFilterMap > |