FrontInsertIterator<C> Class

Template Parameters

C

Constraint

C  is  FrontInsertionSequence

Constructors & Destructor

public inline nothrow FrontInsertIterator()
public inline nothrow FrontInsertIterator(C& c)

Member Functions

public inline nothrow FrontInsertProxy<C>& operator*()
public inline nothrow FrontInsertIterator& operator++()
public inline nothrow FrontInsertProxy<C>* operator->()

Typedefs

public typedef PointerType FrontInsertProxy<C>*
private typedef Proxy FrontInsertProxy<C>
public typedef ReferenceType FrontInsertProxy<C>&
private typedef Self FrontInsertIterator
public typedef ValueType TYPE

Member Variables

private FrontInsertProxy<C> proxy

Constructor& Destructor Details

FrontInsertIterator Constructor

public inline nothrow FrontInsertIterator()

Definition
Line 36 of System.Base/FrontInsertIterator.cm


FrontInsertIterator Constructor

public inline nothrow FrontInsertIterator(C& c)

Definition
Line 39 of System.Base/FrontInsertIterator.cm


Member Function Details

operator* Member Function

public inline nothrow FrontInsertProxy<C>& operator*()

Definition
Line 42 of System.Base/FrontInsertIterator.cm


operator++ Member Function

public inline nothrow FrontInsertIterator& operator++()

Definition
Line 50 of System.Base/FrontInsertIterator.cm


operator-> Member Function

public inline nothrow FrontInsertProxy<C>* operator->()

Definition
Line 46 of System.Base/FrontInsertIterator.cm