BackInsertIterator<C> Class

Template Parameters | Constraint | Constructors & Destructor | Member Functions | Type Aliases | Member Variables

Definition

Line 28 of System.Base/BackInsertIterator.cm

Template Parameters

C

Constraint

C  is  BackInsertionSequence

Constructors & Destructor

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

Member Functions

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

Type Aliases

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 BackInsertIterator()

Definition
Line 36 of System.Base/BackInsertIterator.cm


BackInsertIterator Constructor

public inline BackInsertIterator(C& c)

Definition
Line 39 of System.Base/BackInsertIterator.cm


Member Function Details

operator* Member Function

public inline BackInsertProxy<C>& operator*()

Definition
Line 42 of System.Base/BackInsertIterator.cm


operator++ Member Function

public inline BackInsertIterator& operator++()

Definition
Line 50 of System.Base/BackInsertIterator.cm


operator-> Member Function

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

Definition
Line 46 of System.Base/BackInsertIterator.cm