BackInsertIterator<C> Class

Template Parameters

C

Constraint

C  is  BackInsertionSequence

Constructors & Destructor

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

Member Functions

public inline nothrow BackInsertProxy<C>& operator*()
public inline nothrow BackInsertIterator& operator++()
public inline nothrow BackInsertProxy<C>* operator->()

Typedefs

public typedef PointerType BackInsertProxy<C>*
private typedef Proxy BackInsertProxy<C>
public typedef ReferenceType BackInsertProxy<C>&
private typedef Self BackInsertIterator
public typedef ValueType TYPE

Member Variables

private BackInsertProxy<C> proxy

Constructor& Destructor Details

BackInsertIterator Constructor

public inline nothrow BackInsertIterator()

Definition
Line 36 of System.Base/BackInsertIterator.cm


BackInsertIterator Constructor

public inline nothrow BackInsertIterator(C& c)

Definition
Line 39 of System.Base/BackInsertIterator.cm


Member Function Details

operator* Member Function

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

Definition
Line 42 of System.Base/BackInsertIterator.cm


operator++ Member Function

public inline nothrow BackInsertIterator& operator++()

Definition
Line 50 of System.Base/BackInsertIterator.cm


operator-> Member Function

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

Definition
Line 46 of System.Base/BackInsertIterator.cm