nw::ut::LinkList::const_iterator Class

Syntax

class const_iterator : public nw::ut::internal::iterator

Description

The link list constructor.

Member Variables

protected it_

Member Functions

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.

Blend Functions

Operator Overload
operator == Comparison operator.
operator != Negative comparison function.

CONFIDENTIAL