|
MADARA
3.2.3
|
#include <string>#include <vector>#include <map>#include <list>#include <type_traits>#include <initializer_list>#include "madara/knowledge/KnowledgeRecord.h"#include "madara/knowledge/Functions.h"#include "madara/utility/StdInt.h"#include "madara/MadaraExport.h"#include "madara/knowledge/VariableReference.h"#include "madara/knowledge/KnowledgeBase.h"#include "madara/knowledge/KnowledgeCast.h"#include "madara/knowledge/ContextGuard.h"#include "BaseTracker.h"Go to the source code of this file.
Classes | |
| class | madara::knowledge::rcw::PrefixTracker< T, R, RD, WR, dummy > |
| Tracker that puts values into a multiple prefixed KnowledgeRecord. More... | |
| class | madara::knowledge::rcw::PrefixTracker< T, R, false, false, void > |
| If trying to create a tracker that is read-only, and write-only, give error. More... | |
| class | madara::knowledge::rcw::PrefixTracker< T, VariableReference, RD, WR, typename std::enable_if< supports_get_value< T >::value &&supports_indexed_get_value< T >::value &&supports_size< T >::value &&supports_is_dirty< T >::value &&supports_is_all_dirty< T >::value &&supports_is_size_dirty< T >::value &&supports_indexed_is_dirty< T >::value >::type > |
| Tracker that puts values into a multiple prefixed KnowledgeRecord. More... | |
Namespaces | |
| madara | |
| Copyright (c) 2015 Carnegie Mellon University. | |
| madara::knowledge | |
| Provides functions and classes for the distributed knowledge base. | |
| madara::knowledge::rcw | |
| Namespace holding Read-Compute-Write based abstractions for knowledge base access. | |
Implements PrefixTracker template used by Transaction
Definition in file PrefixTracker.h.