Public Types | |
| typedef Integer | integer_t |
| typedef ExcludedContainer | excluded_container_t |
Public Member Functions | |
| SparseIterator (integer_t, const excluded_container_t &) | |
| SparseIterator & | operator++ () |
| SparseIterator | operator++ (int) |
| SparseIterator & | operator-- () |
| SparseIterator | operator-- (int) |
| integer_t | operator * () |
| bool | operator!= (const SparseIterator &) |
| bool | operator== (const SparseIterator &) |
| SparseIterator & | operator= (const SparseIterator &) |
Definition at line 100 of file support.hh.
1.4.7