Loading [MathJax]/extensions/TeX/AMSmath.js
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages Concepts
NumeratedContainer.hpp File Reference

Keep an enumerated list of T objects, managed by the class. More...

#include <cassert>
#include <cstddef>
#include <set>
#include <unordered_map>
+ Include dependency graph for NumeratedContainer.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Utils::NumeratedContainer< T, index_type >
 Container for objects that are identified by a numeric id. More...
 

Namespaces

namespace  Utils
 

Detailed Description

Keep an enumerated list of T objects, managed by the class.

Definition in file NumeratedContainer.hpp.