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
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
juce::JSONParser::ErrorException Struct Reference

Public Member Functions

String getDescription () const
 
Result getResult () const
 

Public Attributes

String message
 
int line
 
int column
 

Detailed Description

Definition at line 32 of file juce_JSON.cpp.

Member Function Documentation

◆ getDescription()

String juce::JSONParser::ErrorException::getDescription ( ) const

Definition at line 37 of file juce_JSON.cpp.

◆ getResult()

Result juce::JSONParser::ErrorException::getResult ( ) const

Definition at line 38 of file juce_JSON.cpp.

Member Data Documentation

◆ column

int juce::JSONParser::ErrorException::column

Definition at line 35 of file juce_JSON.cpp.

◆ line

int juce::JSONParser::ErrorException::line

Definition at line 35 of file juce_JSON.cpp.

◆ message

String juce::JSONParser::ErrorException::message

Definition at line 34 of file juce_JSON.cpp.


The documentation for this struct was generated from the following file: