openshot-audio
0.1.7
|
Public Member Functions | |
StringIterator (const String &s) noexcept | |
StringIterator (String::CharPointerType s) noexcept | |
juce_wchar | nextChar () noexcept |
juce_wchar | peekNextChar () noexcept |
void | skip () noexcept |
void | skipWhitespace () noexcept |
void | skipToEndOfLine () noexcept |
bool | isEOF () const noexcept |
Public Attributes | |
String::CharPointerType | t |
int | numChars |
A class that can be passed to the CppTokeniserFunctions functions in order to parse a String.
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
int juce::CppTokeniserFunctions::StringIterator::numChars |
String::CharPointerType juce::CppTokeniserFunctions::StringIterator::t |