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