Class Specialization
Counting IdManager
Id Manager that just counts the number of ids in use.
![]() | ![]() | ||||||
Counting IdManager |
Include Headers
seqan/graph_types.h
Specialization of
Metafunctions
The spec of a class. (IdManager) | |
Type of the items in the container. (IdManager) | |
Type of the items in the container. (IdManager) |
Functions
Returns the smallest distributed id. That is, the return value is guaranteed to be the smallest id obtained so far. (IdManager) | |
Returns the largest distributed id plus 1. That is, the return value is guaranteed to be an upper bound on all distributed ids. (IdManager) | |
Determines the number of ids that were obtained. (IdManager) | |
Checks whether the given id is in use or not. (IdManager) | |
Obtains a new id from the id manager. (IdManager) | |
Releases all ids handled by this id manager at once. (IdManager) | |
Releases a given id so it can be redistributed later on. (IdManager) |
SeqAn - Sequence Analysis Library - www.seqan.de