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