A class that can be passed to the CppTokeniserFunctions functions in order to parse a String.
More...
A class that can be passed to the CppTokeniserFunctions functions in order to parse a String.
◆ StringIterator() [1/2]
CppTokeniserFunctions::StringIterator::StringIterator |
( |
const String & |
s | ) |
|
|
noexcept |
◆ StringIterator() [2/2]
◆ nextChar()
juce_wchar CppTokeniserFunctions::StringIterator::nextChar |
( |
| ) |
|
|
noexcept |
◆ peekNextChar()
juce_wchar CppTokeniserFunctions::StringIterator::peekNextChar |
( |
| ) |
|
|
noexcept |
◆ skip()
void CppTokeniserFunctions::StringIterator::skip |
( |
| ) |
|
|
noexcept |
◆ skipWhitespace()
void CppTokeniserFunctions::StringIterator::skipWhitespace |
( |
| ) |
|
|
noexcept |
◆ skipToEndOfLine()
void CppTokeniserFunctions::StringIterator::skipToEndOfLine |
( |
| ) |
|
|
noexcept |
◆ isEOF()
bool CppTokeniserFunctions::StringIterator::isEOF |
( |
| ) |
const |
|
noexcept |
◆ numChars
int CppTokeniserFunctions::StringIterator::numChars = 0 |
The documentation for this struct was generated from the following file: