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 39 of file sparse_interval.hh.
 1.5.1