![]() |
RTBKit
0.9
Open-source framework to create real-time ad bidding systems.
|
#include <blacklist.h>
Public Types | |
|
typedef TimeoutMap< Id, BlacklistInfo > | Entries |
Public Member Functions | |
| void | doExpiries () |
| size_t | size () const |
| bool | matches (const BidRequest &request, const std::string &agentName, const AgentConfig &config) const |
| void | add (const BidRequest &bidRequest, const std::string &agent, const AgentConfig &agentConfig) |
Public Attributes | |
| Entries | entries |
Indexed on user ID
Definition at line 65 of file blacklist.h.
1.7.6.1