MADARA  3.1.8
ClearRecords.cpp
Go to the documentation of this file.
1 #include "ClearRecords.h"
3 
4 namespace utility = madara::utility;
6 
8 {
9 }
10 
12 {
13 }
14 
15 
16 void
18  knowledge::KnowledgeMap & records,
21 {
22  records.clear ();
23 }
Provides context about the transport.
virtual void filter(knowledge::KnowledgeMap &records, const transport::TransportContext &transport_context, knowledge::Variables &vars)
Calls the main logic of the filter.
::std::map< std::string, KnowledgeRecord > KnowledgeMap
virtual ~ClearRecords()
Destructor.
madara::knowledge::KnowledgeRecord::Integer Integer
Definition: ClearRecords.cpp:5
Provides utility functions and classes for common tasks and needs.
Definition: IteratorImpl.h:14
Provides an interface for external functions into the MADARA KaRL variable settings.