MADARA  3.1.8
KnowledgeRecordFilters.h File Reference
#include <string>
#include <vector>
#include <map>
#include <list>
#include "madara/knowledge/KnowledgeRecord.h"
#include "madara/knowledge/Functions.h"
#include "madara/knowledge/ThreadSafeContext.h"
#include "madara/knowledge/AggregateFilter.h"
#include "madara/transport/TransportContext.h"
#include "madara/utility/stdint.h"
#include "madara/MADARA_export.h"
#include "madara/filters/RecordFilter.h"
#include "madara/filters/AggregateFilter.h"
#include "madara/filters/BufferFilter.h"
Include dependency graph for KnowledgeRecordFilters.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  madara::knowledge::KnowledgeRecordFilters
 Provides map of data types to a filter chain to apply to the data. More...
 

Namespaces

 madara
 Copyright (c) 2015 Carnegie Mellon University.
 
 madara::knowledge
 Provides functions and classes for the distributed knowledge base.
 

Typedefs

typedef std::list< Function > madara::knowledge::FilterChain
 a chain of filters More...
 
typedef std::map< uint32_t, FilterChain > madara::knowledge::FilterMap
 a map of types to filter chain More...
 

Detailed Description

Author
James Edmondson jedmo.nosp@m.ndso.nosp@m.n@gma.nosp@m.il.c.nosp@m.om

This file contains the KnowledgeRecordFilters class, helper typdefs and functions

Definition in file KnowledgeRecordFilters.h.