RTBKit  0.9
Open-source framework to create real-time ad bidding systems.
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
Public Member Functions | Public Attributes
RTBKIT::TagFilter Struct Reference

#include <tags.h>

List of all members.

Public Member Functions

bool matches (const Tags &tagsToMatch) const

Public Attributes

Tags mustIncludeOneOf
Tags mustIncludeAllOf
Tags mustNotIncludeAnyOf

Detailed Description

Tag filter. Represents

All in mustInclude are set and none in mustNotInclude are set.

Definition at line 76 of file tags.h.


Member Function Documentation

bool RTBKIT::TagFilter::matches ( const Tags tagsToMatch) const

Does this filter match the given set of tags?


The documentation for this struct was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator