MADARA  3.1.8
PrefixTracker.h File Reference
#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/MADARA_export.h"
#include "madara/knowledge/VariableReference.h"
#include "madara/knowledge/KnowledgeBase.h"
#include "madara/knowledge/knowledge_cast.h"
#include "madara/knowledge/ContextGuard.h"
#include "BaseTracker.h"
Include dependency graph for PrefixTracker.h:
This graph shows which files directly or indirectly include this file:

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 KnowledgeRecords. 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 KnowledgeRecords. 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.
 

Detailed Description

Author
David Kyle dskyl.nosp@m.e@se.nosp@m.i.cmu.nosp@m..edu

Implements PrefixTracker template used by Transaction

Definition in file PrefixTracker.h.