class const_iterator : public nw::ut::internal::iterator
The link list constructor.
| protected | it_ |
|---|
| Operator Overload | ||
|---|---|---|
| operator * | Pointer operator for getting the value of an element pointed to by an iterator. | |
operator->
|
Arrow operator for getting the address of an element pointed to by an iterator. | |
| operator ++ | Increment operator placed before iterators. | |
| operator -- | Decrement operator placed before iterators. | |
| Other | ||
| protected |
const_iterator
|
Constructor. |
| Operator Overload | ||
|---|---|---|
operator ==
|
Comparison operator. | |
operator !=
|
Negative comparison function. | |
CONFIDENTIAL