Home  · Classes  · Annotated Classes  · Modules  · Members  · Namespaces  · Related Pages
Classes | Namespaces

SparseVector.h File Reference

#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

namespace  OpenMS
 

Main OpenMS namespace.



OpenMS / TOPP release 1.10.0 Documentation generated on Thu Mar 7 2013 09:42:47 using doxygen 1.7.1