- finish
bool finish()
Undocumented in source. Be warned that the author may not have intended to support it.
- isDoubleColon
bool isDoubleColon()
Undocumented in source. Be warned that the author may not have intended to support it.
- isEOF
bool isEOF()
Undocumented in source. Be warned that the author may not have intended to support it.
- isInfinity
bool isInfinity(char c)
Undocumented in source. Be warned that the author may not have intended to support it.
- isNAN
bool isNAN(char c)
Undocumented in source. Be warned that the author may not have intended to support it.
- isStopChar
bool isStopChar(char c)
Undocumented in source. Be warned that the author may not have intended to support it.
- isTripleQuote
bool isTripleQuote()
Undocumented in source. Be warned that the author may not have intended to support it.
- nextToken
bool nextToken()
Undocumented in source. Be warned that the author may not have intended to support it.
- ok
void ok(IonTokenType token, bool finished)
Undocumented in source. Be warned that the author may not have intended to support it.
- peekExactly
auto peekExactly(size_t required)
Undocumented in source. Be warned that the author may not have intended to support it.
- peekMax
auto peekMax(size_t wanted)
Undocumented in source. Be warned that the author may not have intended to support it.
- peekOne
char peekOne()
Undocumented in source. Be warned that the author may not have intended to support it.
- readInput
char readInput()
Undocumented in source. Be warned that the author may not have intended to support it.
- resetEscapeBuffer
void resetEscapeBuffer()
Undocumented in source. Be warned that the author may not have intended to support it.
- resizeWindow
void resizeWindow(size_t start)
Undocumented in source. Be warned that the author may not have intended to support it.
- scanForNumber
IonTokenType scanForNumber(char c)
Undocumented in source.
- skipExactly
bool skipExactly(size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
- skipLobWhitespace
char skipLobWhitespace()
Undocumented in source. Be warned that the author may not have intended to support it.
- skipOne
bool skipOne()
Undocumented in source. Be warned that the author may not have intended to support it.
- skipWhitespace
char skipWhitespace()
Undocumented in source. Be warned that the author may not have intended to support it.
- unexpectedChar
void unexpectedChar(char c, size_t pos, string file, int line)
Undocumented in source. Be warned that the author may not have intended to support it.
- unexpectedEOF
void unexpectedEOF(size_t pos, string file, int line)
Undocumented in source. Be warned that the author may not have intended to support it.
- unread
void unread(char c)
Undocumented in source. Be warned that the author may not have intended to support it.