plugify 1.2.6
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
plugify::JitUtils::SimpleErrorHandler Struct Reference
Inheritance diagram for plugify::JitUtils::SimpleErrorHandler:
Inheritance graph
[legend]
Collaboration diagram for plugify::JitUtils::SimpleErrorHandler:
Collaboration graph
[legend]

Public Member Functions

void handleError (asmjit::Error err, const char *message, asmjit::BaseEmitter *) override
 

Public Attributes

asmjit::Error error {asmjit::kErrorOk}
 
const char * code {}
 

Detailed Description

Definition at line 23 of file helpers.hpp.

Member Function Documentation

◆ handleError()

void plugify::JitUtils::SimpleErrorHandler::handleError ( asmjit::Error  err,
const char *  message,
asmjit::BaseEmitter *   
)
inlineoverride

Definition at line 27 of file helpers.hpp.

Member Data Documentation

◆ code

const char* plugify::JitUtils::SimpleErrorHandler::code {}

Definition at line 25 of file helpers.hpp.

◆ error

asmjit::Error plugify::JitUtils::SimpleErrorHandler::error {asmjit::kErrorOk}

Definition at line 24 of file helpers.hpp.


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