
Definition at line 31 of file qstroker.cpp.
Public Member Functions | |
| QSubpathForwardIterator (const QDataBuffer< QStrokerOps::Element > *path) | |
| int | position () const |
| bool | hasNext () const |
| QStrokerOps::Element | next () |
Private Attributes | |
| const QDataBuffer< QStrokerOps::Element > * | m_path |
| int | m_pos |
| QSubpathForwardIterator::QSubpathForwardIterator | ( | const QDataBuffer< QStrokerOps::Element > * | path | ) | [inline] |
| int QSubpathForwardIterator::position | ( | ) | const [inline] |
| bool QSubpathForwardIterator::hasNext | ( | ) | const [inline] |
Definition at line 37 of file qstroker.cpp.
References m_path, m_pos, and QDataBuffer< Type >::size().
Referenced by next().
Here is the call graph for this function:

| QStrokerOps::Element QSubpathForwardIterator::next | ( | ) | [inline] |
Definition at line 38 of file qstroker.cpp.
References QDataBuffer< Type >::at(), hasNext(), m_path, and m_pos.
Here is the call graph for this function:

const QDataBuffer<QStrokerOps::Element>* QSubpathForwardIterator::m_path [private] |
int QSubpathForwardIterator::m_pos [private] |
1.5.1