#include <BaseMatrix.h>
| Protected Attributes | |
| const BaseMatrix * | matrix | 
| InternalColBlockIterator | internal | 
| BlockConstAccessor | b | 
| Public Member Functions | |
| ColBlockConstIterator () | |
| ColBlockConstIterator (const ColBlockConstIterator &it2) | |
| ~ColBlockConstIterator () | |
| void | operator= (const ColBlockConstIterator &it2) | 
| const BlockConstAccessor & | bloc () | 
| const BlockConstAccessor & | operator* () | 
| const BlockConstAccessor & | operator-> () | 
| void | operator++ () | 
| void | operator++ (int) | 
| void | operator-- () | 
| void | operator-- (int) | 
| bool | operator== (const ColBlockConstIterator &it2) const | 
| bool | operator!= (const ColBlockConstIterator &it2) const | 
| bool | operator< (const ColBlockConstIterator &it2) const | 
| bool | operator> (const ColBlockConstIterator &it2) const | 
| Protected Member Functions | |
| ColBlockConstIterator (const BaseMatrix *matrix, Index row, void *internalPtr) | |
| ColBlockConstIterator (const BaseMatrix *matrix, Index row, Index internalData) | |
| Friends | |
| class | BaseMatrix | 
| 
 | protected | 
| 
 | protected | 
| 
 | protected | 
| 
 | inlineprotected | 
| 
 | inlineprotected | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | friend |