2 #ifndef _MADARA_CONTAINERS_COLLECTION_H_ 3 #define _MADARA_CONTAINERS_COLLECTION_H_ 7 #include "madara/LockType.h" 104 size_t size (
void)
const;
110 bool is_true (
void)
const;
116 bool is_false (
void)
const;
124 virtual bool is_true_ (
void)
const;
130 virtual bool is_false_ (
void)
const;
140 virtual void modify_ (
void);
165 #endif // _MADARA_CONTAINERS_COLLECTION_H_
A collection of MADARA containers that can be used for aggregate operations on all containers in the ...
Provides container classes for fast knowledge base access and mutation.
Provides functions and classes for the distributed knowledge base.
Settings for applying knowledge updates.
Copyright (c) 2015 Carnegie Mellon University.
This class is an abstract base class for all containers.
std::vector< BaseContainer * > vector_
The underlying collection of containers.