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