Cthulhu  0.2.10
Cthulhu compiler collection
Compiler Struct Reference
Collaboration diagram for Compiler:

Public Member Functions

 Compiler (TraceArena &trace, std::string_view title)
 
void draw_window ()
 

Data Fields

std::string name
 
TraceArenaarena
 
loader_tloader
 
broker_tbroker
 
support_tsupport
 
bool visible = false
 

Detailed Description

Definition at line 294 of file main.cpp.

Constructor & Destructor Documentation

◆ Compiler()

Compiler::Compiler ( TraceArena trace,
std::string_view  title 
)
inline

Definition at line 302 of file main.cpp.

Member Function Documentation

◆ draw_window()

void Compiler::draw_window ( )
inline

Definition at line 316 of file main.cpp.

Field Documentation

◆ arena

TraceArena& Compiler::arena

Definition at line 297 of file main.cpp.

◆ broker

broker_t* Compiler::broker

Definition at line 299 of file main.cpp.

◆ loader

loader_t* Compiler::loader

Definition at line 298 of file main.cpp.

◆ name

std::string Compiler::name

Definition at line 296 of file main.cpp.

◆ support

support_t* Compiler::support

Definition at line 300 of file main.cpp.

◆ visible

bool Compiler::visible = false

Definition at line 314 of file main.cpp.


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