|
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 |
Public Member Functions | |
| String | getDescription () const |
| Result | getResult () const |
Public Attributes | |
| String | message |
| int | line |
| int | column |
Definition at line 32 of file juce_JSON.cpp.
| String juce::JSONParser::ErrorException::getDescription | ( | ) | const |
Definition at line 37 of file juce_JSON.cpp.
| Result juce::JSONParser::ErrorException::getResult | ( | ) | const |
Definition at line 38 of file juce_JSON.cpp.
| int juce::JSONParser::ErrorException::column |
Definition at line 35 of file juce_JSON.cpp.
| int juce::JSONParser::ErrorException::line |
Definition at line 35 of file juce_JSON.cpp.
| String juce::JSONParser::ErrorException::message |
Definition at line 34 of file juce_JSON.cpp.