MADARA
3.1.8
|
#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 "Tracker.h"
#include "PrefixTracker.h"
Go to the source code of this file.
Classes | |
class | madara::knowledge::rcw::Transaction::Builder< T, K, Const, RD, WR, Prefix, Init > |
Builder object returned by build() More... | |
class | madara::knowledge::rcw::Transaction::Builder< T, K, Const, RD, WR, Prefix, Init > |
Builder object returned by build() More... | |
class | madara::knowledge::rcw::Transaction::InitHandler< B, I, T, dummy > |
Helper type to enable initialization using initializer_list Fallback implementation for types which do not support initializer_list. More... | |
class | madara::knowledge::rcw::Transaction::InitHandler< B, I, T, typename std::enable_if< supports_get_value< T >::value &&supports_indexed_get_value< T >::value &&supports_size< T >::value >::type > |
Helper type to enable initialization using initializer_list Specialization for types which do support initializer_list. More... | |
class | madara::knowledge::rcw::Transaction |
Manages a Read-Compute-Write cycle for registered variables. 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 Transaction class
Definition in file Transaction.h.