MADARA
3.1.8
|
#include <vector>
#include <map>
#include <string>
#include "madara/LockType.h"
#include "madara/knowledge/KnowledgeBase.h"
#include "madara/knowledge/ThreadSafeContext.h"
#include "madara/knowledge/KnowledgeUpdateSettings.h"
#include "String.h"
#include "Integer.h"
#include "Double.h"
#include "Map.h"
#include "StringVector.h"
#include "DoubleVector.h"
#include "IntegerVector.h"
#include "BufferVector.h"
#include "NativeDoubleVector.h"
#include "NativeIntegerVector.h"
#include "BaseContainer.h"
Go to the source code of this file.
Classes | |
class | madara::knowledge::containers::FlexMap |
This class stores a flexible map of strings and ints to KaRL variables FlexMap differs from Map in three distinct ways. More... | |
Namespaces | |
madara | |
Copyright (c) 2015 Carnegie Mellon University. | |
madara::knowledge | |
Provides functions and classes for the distributed knowledge base. | |
madara::knowledge::containers | |
Provides container classes for fast knowledge base access and mutation. | |
This file contains a C++ object that manages interactions for a flexible map of variables.
Definition in file FlexMap.h.