ScummVM API documentation
Twp::YackTokenReader::Iterator Class Reference

Public Types

using value_type = YackToken
 
using difference_type = ptrdiff_t
 
using pointer = YackToken *
 
using reference = YackToken &
 

Public Member Functions

 Iterator (YackTokenReader &reader, int64 pos)
 
 Iterator (const Iterator &it)
 
Iteratoroperator++ ()
 
Iterator operator++ (int)
 
Iteratoroperator= (const Iterator &rhs)
 
bool operator== (const Iterator &rhs) const
 
bool operator!= (const Iterator &rhs) const
 
YackTokenoperator* ()
 
const YackTokenoperator* () const
 
YackTokenoperator-> ()
 

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