|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
Classes | |
| struct | ErrorException |
Public Member Functions | |
| JSONParser (String::CharPointerType text) | |
| void | throwError (juce::String message, String::CharPointerType location) |
| void | skipWhitespace () |
| juce_wchar | readChar () |
| juce_wchar | peekChar () const |
| bool | matchIf (char c) |
| bool | isEOF () const |
| bool | matchString (const char *t) |
| var | parseObjectOrArray () |
| String | parseString (const juce_wchar quoteChar) |
| var | parseAny () |
| var | parseNumber (bool isNegative) |
| var | parseObject () |
| var | parseArray () |
Public Attributes | |
| String::CharPointerType | startLocation |
| String::CharPointerType | currentLocation |
Definition at line 26 of file juce_JSON.cpp.
| juce::JSONParser::JSONParser | ( | String::CharPointerType | text | ) |
Definition at line 28 of file juce_JSON.cpp.
| bool juce::JSONParser::isEOF | ( | ) | const |
Definition at line 59 of file juce_JSON.cpp.
Definition at line 58 of file juce_JSON.cpp.
Definition at line 61 of file juce_JSON.cpp.
| var juce::JSONParser::parseAny | ( | ) |
Definition at line 143 of file juce_JSON.cpp.
| var juce::JSONParser::parseArray | ( | ) |
Definition at line 277 of file juce_JSON.cpp.
Definition at line 189 of file juce_JSON.cpp.
| var juce::JSONParser::parseObject | ( | ) |
Definition at line 231 of file juce_JSON.cpp.
| var juce::JSONParser::parseObjectOrArray | ( | ) |
Definition at line 70 of file juce_JSON.cpp.
| String juce::JSONParser::parseString | ( | const juce_wchar | quoteChar | ) |
Definition at line 83 of file juce_JSON.cpp.
| juce_wchar juce::JSONParser::peekChar | ( | ) | const |
Definition at line 57 of file juce_JSON.cpp.
| juce_wchar juce::JSONParser::readChar | ( | ) |
Definition at line 56 of file juce_JSON.cpp.
| void juce::JSONParser::skipWhitespace | ( | ) |
Definition at line 55 of file juce_JSON.cpp.
| void juce::JSONParser::throwError | ( | juce::String | message, |
| String::CharPointerType | location | ||
| ) |
Definition at line 41 of file juce_JSON.cpp.
| String::CharPointerType juce::JSONParser::currentLocation |
Definition at line 30 of file juce_JSON.cpp.
| String::CharPointerType juce::JSONParser::startLocation |
Definition at line 30 of file juce_JSON.cpp.