Cthulhu  0.2.10
Cthulhu compiler collection
loaded_module_t Struct Reference

#include <loader.h>

Collaboration diagram for loaded_module_t:

Data Fields

module_type_t type
 
const language_tlang
 
const plugin_tplugin
 
const target_ttarget
 
os_library_t library
 
load_error_t error
 
os_error_t os
 

Detailed Description

Definition at line 47 of file loader.h.

Field Documentation

◆ error

load_error_t loaded_module_t::error

Definition at line 55 of file loader.h.

◆ lang

const language_t* loaded_module_t::lang

Definition at line 51 of file loader.h.

◆ library

os_library_t loaded_module_t::library

Definition at line 54 of file loader.h.

◆ os

os_error_t loaded_module_t::os

Definition at line 56 of file loader.h.

◆ plugin

const plugin_t* loaded_module_t::plugin

Definition at line 52 of file loader.h.

◆ target

const target_t* loaded_module_t::target

Definition at line 53 of file loader.h.

◆ type

module_type_t loaded_module_t::type

Definition at line 49 of file loader.h.


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