|
MADARA
3.1.8
|
#include <vector>#include <string>#include "madara/LockType.h"#include "Barrier.h"#include "BaseContainer.h"#include "Counter.h"#include "String.h"#include "Integer.h"#include "Double.h"#include "Map.h"#include "FlexMap.h"#include "StringVector.h"#include "DoubleVector.h"#include "IntegerVector.h"#include "BufferVector.h"#include "NativeDoubleVector.h"#include "NativeIntegerVector.h"#include "Vector.h"#include "Collection.inl"

Go to the source code of this file.
Classes | |
| class | madara::knowledge::containers::Collection |
| A collection of MADARA containers that can be used for aggregate operations on all containers in the collection. 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 an array of variables
Definition in file Collection.h.