iterator for a NTSlab
More...
#include <ntable.h>
◆ NTSlab_iter()
◆ index()
◆ operator*()
| T & NTSlab_iter::operator* |
( |
| ) |
|
dereference operator
- Todo:
- what happens if end() is dereferenced ?
◆ operator++() [1/2]
move ops
prefix increment operator
- Warning
- not impl.
◆ operator++() [2/2]
postfix increment operator
◆ operator--() [1/2]
prefix decrement operator
- Warning
- not impl.
◆ operator--() [2/2]
postfix decrement operator
◆ operator->()
| T * NTSlab_iter::operator-> |
( |
| ) |
|
access ops
access operator
- Todo:
- what happens if end() is dereferenced ?
◆ operator!=
◆ operator==
◆ m_curr
◆ m_slab
| NTSlab<T>* NTSlab_iter::m_slab |
|
private |
The documentation for this class was generated from the following files: