46 : m_begin(list.constBegin()), m_it(list.constBegin()),
47 m_end(list.constEnd())
49 Q_ASSERT(!list.isEmpty());
58 Q_ASSERT(m_it != m_end);
67 typename QList<T>::const_iterator m_begin;
68 typename QList<T>::const_iterator m_it;
69 typename QList<T>::const_iterator m_end;
The Context class holds the context to render a Template with.