Cthulhu  0.2.10
Cthulhu compiler collection
ed::CompileError Class Reference

#include <panic.hpp>

Collaboration diagram for ed::CompileError:

Public Member Functions

bool has_error () const
 

Data Fields

compile_code_t code = eCompileOk
 
ed::PanicInfo panic
 
std::string error
 

Detailed Description

Definition at line 49 of file panic.hpp.

Member Function Documentation

◆ has_error()

bool ed::CompileError::has_error ( ) const
inline

Definition at line 52 of file panic.hpp.

Field Documentation

◆ code

compile_code_t ed::CompileError::code = eCompileOk

Definition at line 54 of file panic.hpp.

◆ error

std::string ed::CompileError::error

Definition at line 57 of file panic.hpp.

◆ panic

ed::PanicInfo ed::CompileError::panic

Definition at line 56 of file panic.hpp.


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