nw::ut::LinkList::const_iterator Class

Syntax

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

Description

The link list constructor.

typedef Definitions

value_type
difference_type
iterator_category

Member Variables

protected it_ TItC_base_

Member Functions

Overloaded Operators
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

Overloaded Operators
operator== A comparison operator.
operator!= The inequality operator.

CONFIDENTIAL