SpamFilterData.h File Reference
#include <IceUtil/Time.h>
#include <unordered_map>
#include <memory>
#include <string>
#include <mutex>
+ Include dependency graph for SpamFilterData.h:
+ This graph shows which files directly or indirectly include this file:

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 >