Web Analytics Made Easy - Statcounter
Skip to content

Class SBCContainerReverseForEach#

template <typename T>

ClassList > SBCContainerReverseForEach

Public Types#

Type Name
typedef T::const_reverse_iterator reverseIterator

Public Attributes#

Type Name
bool continuationFlag
T::const_reverse_iterator currentReverseIterator
T::const_reverse_iterator endReverseIterator

Public Functions#

Type Name
SBCContainerReverseForEach (const T & container)

Public Types Documentation#

typedef reverseIterator#

typedef T::const_reverse_iterator reverseIterator;

Public Attributes Documentation#

variable continuationFlag#

bool continuationFlag;

variable currentReverseIterator#

T::const_reverse_iterator currentReverseIterator;

variable endReverseIterator#

T::const_reverse_iterator endReverseIterator;

Public Functions Documentation#

function SBCContainerReverseForEach#

inline SBCContainerReverseForEach::SBCContainerReverseForEach (
    const T & container
)