3#include <boost/container/flat_set.hpp>
28 boost::container::flat_set<int>
_ids;
Manages a set of unique IDs.
bool insertID(int id)
Inserts an ID which has to be unique.
boost::container::flat_set< int > _ids
Stores all used IDs.
int _lowerLimit
Marks next ID to be given, from lower to higher values.
void resetIDs()
Resets all retrieved and inserted IDs.
Main namespace of the precice library.