The QProtobufSelfcheckIterator class. More...
#include <qprotobufselfcheckiterator.h>
Public Member Functions | |
| QProtobufSelfcheckIterator (const QByteArray &container) | |
| QProtobufSelfcheckIterator (const QProtobufSelfcheckIterator &other) | |
| operator QByteArray::const_iterator & () | |
| operator QByteArray::const_iterator () const | |
| char | operator* () |
| QProtobufSelfcheckIterator & | operator++ () |
| QProtobufSelfcheckIterator & | operator-- () |
| QProtobufSelfcheckIterator & | operator+= (int count) |
| QProtobufSelfcheckIterator & | operator-= (int count) |
| QProtobufSelfcheckIterator & | operator= (const QProtobufSelfcheckIterator &other) |
| bool | operator== (const QProtobufSelfcheckIterator &other) const |
| bool | operator!= (const QProtobufSelfcheckIterator &other) const |
| bool | operator== (const QByteArray::const_iterator &other) const |
| bool | operator!= (const QByteArray::const_iterator &other) const |
| const char * | data () const |
| int | size () const |
The QProtobufSelfcheckIterator class.