|
Schnek
|
Public Member Functions | |
| T & | operator* () |
| storage_iterator & | operator++ () |
| bool | operator== (const storage_iterator &SI) |
| bool | operator!= (const storage_iterator &SI) |
Protected Member Functions | |
| storage_iterator (typename DomainType::iterator it_, BaseGridType *baseGrid_) | |
Protected Attributes | |
| DomainType::iterator | it |
| BaseGridType * | baseGrid |
| T * | element |
Friends | |
| class | SubGridStorage |