Class SBCContainerForEach
template <typename T>
ClassList > SBCContainerForEach
Public Types
Type |
Name |
typedef T::const_iterator |
iterator
|
Public Attributes
Public Functions
Public Types Documentation
typedef iterator
typedef T::const_iterator iterator;
Public Attributes Documentation
variable continuationFlag
variable currentIterator
T::const_iterator currentIterator;
variable endIterator
T::const_iterator endIterator;
Public Functions Documentation
function SBCContainerForEach
inline SBCContainerForEach::SBCContainerForEach (
const T & container
)