Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
SkSL::NoOpErrorReporter Class Reference

#include <SkSLNoOpErrorReporter.h>

Inheritance diagram for SkSL::NoOpErrorReporter:
SkSL::ErrorReporter

Public Member Functions

void handleError (std::string_view, Position) override
 
- Public Member Functions inherited from SkSL::ErrorReporter
 ErrorReporter ()
 
virtual ~ErrorReporter ()
 
void error (Position position, std::string_view msg)
 
std::string_view source () const
 
void setSource (std::string_view source)
 
int errorCount () const
 
void resetErrorCount ()
 

Additional Inherited Members

Detailed Description

Definition at line 17 of file SkSLNoOpErrorReporter.h.

Member Function Documentation

◆ handleError()

void SkSL::NoOpErrorReporter::handleError ( std::string_view  msg,
Position  position 
)
inlineoverridevirtual

Called when an error is reported.

Implements SkSL::ErrorReporter.

Definition at line 19 of file SkSLNoOpErrorReporter.h.

19{}

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