#include <OpenMS/CONCEPT/Types.h>
#include <OpenMS/CONCEPT/Exception.h>
#include <OpenMS/config.h>
#include <algorithm>
#include <cassert>
#include <cmath>
#include <iostream>
#include <map>
#include <sstream>
#include <stdexcept>
Go to the source code of this file.
Classes | |
class | SparseVector< Value > |
SparseVector implementation. The container will not actually store a specified type of element - the sparse element, e.g. zero (by default) More... | |
class | SparseVector< Value >::ValueProxy |
class ValueProxy allows the SparseVector to differentiate between writing and reading, so zeros can be ignored See "more effective c++" section 30 More... | |
class | SparseVector< Value >::SparseVectorIterator |
random access iterator for SparseVector including the hop() function to jump to the next non-sparse element More... | |
class | SparseVector< Value >::SparseVectorReverseIterator |
random access reverse iterator for SparseVector including the hop() function to jump to the next non-sparse element More... | |
class | SparseVector< Value >::SparseVectorConstIterator |
const_iterator for SparseVector More... | |
class | SparseVector< Value >::SparseVectorConstReverseIterator |
const_reverse_iterator for SparseVector More... | |
Namespaces | |
OpenMS | |
Main OpenMS namespace. | |
OpenMS / TOPP release 2.3.0 | Documentation generated on Tue Jan 9 2018 18:22:05 using doxygen 1.8.13 |