#include <map>#include <algorithm>#include <stdexcept>#include <cassert>#include <cmath>#include <sstream>#include <OpenMS/CONCEPT/Exception.h>#include <iostream>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 1.11.1 | Documentation generated on Thu Nov 14 2013 11:19:23 using doxygen 1.8.5 |