#include <MapMapSparseMatrix.h>
Sparse Matrix columns constant Iterator. More...
Sparse Matrix columns constant Iterator.
| Public Member Functions | |
| ColConstIterator (const ColConstIterator &it2) | |
| void | operator= (const ColConstIterator &it2) | 
| SparseMatrix::key_type | row () const | 
| KeyT | index () const | 
| const T & | val () const | 
| const std::pair< KeyT, T > & | operator* () const | 
| const std::pair< KeyT, T > & | operator-> () const | 
| void | operator++ () | 
| void | operator++ (int) | 
| void | operator-- () | 
| void | operator-- (int) | 
| bool | operator== (const ColConstIterator &it2) const | 
| bool | operator!= (const ColConstIterator &it2) const | 
| bool | operator< (const ColConstIterator &it2) const | 
| bool | operator> (const ColConstIterator &it2) const | 
| Protected Member Functions | |
| ColConstIterator (Iterator _internal, const KeyT _rowIndex) | |
| Friends | |
| class | RowConstIterator | 
| 
 | inlineprotected | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | friend |