JUCE  v5.2.0-514-g49784a029
JUCE API
juce::littlefoot::Compiler::CodeLocation Struct Reference
Collaboration diagram for juce::littlefoot::Compiler::CodeLocation:

Public Member Functions

 CodeLocation (const String &code) noexcept
 
 CodeLocation (const CodeLocation &other) noexcept
 
void throwError (const String &message) const
 

Public Attributes

String::CharPointerType location
 
String program
 

Constructor & Destructor Documentation

◆ CodeLocation() [1/2]

juce::littlefoot::Compiler::CodeLocation::CodeLocation ( const String code)
inlinenoexcept

◆ CodeLocation() [2/2]

juce::littlefoot::Compiler::CodeLocation::CodeLocation ( const CodeLocation other)
inlinenoexcept

Member Function Documentation

◆ throwError()

void juce::littlefoot::Compiler::CodeLocation::throwError ( const String message) const
inline

Member Data Documentation

◆ location

String::CharPointerType juce::littlefoot::Compiler::CodeLocation::location

◆ program

String juce::littlefoot::Compiler::CodeLocation::program

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