Developer documentation

MmxForeachContainer< T > Class Template Reference

#include <Seq.hpp>

Inheritance diagram for MmxForeachContainer< T >:
MmxForeachContainerBase

Public Member Functions

 MmxForeachContainer (const T &t)
 
bool condition () const
 

Public Attributes

const T c
 
int brk
 
T::const_iterator i
 
T::const_iterator e
 

Constructor & Destructor Documentation

template<typename T >
MmxForeachContainer< T >::MmxForeachContainer ( const T &  t)
inline

Member Function Documentation

template<typename T >
bool MmxForeachContainer< T >::condition ( ) const
inline

Member Data Documentation

template<typename T >
int MmxForeachContainer< T >::brk
mutable
template<typename T >
const T MmxForeachContainer< T >::c
template<typename T >
T::const_iterator MmxForeachContainer< T >::e
mutable
template<typename T >
T::const_iterator MmxForeachContainer< T >::i
mutable

The documentation for this class was generated from the following file:
Home