Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
Runtime::LinkResult Struct Reference

#include <Linker.h>

Collaboration diagram for Runtime::LinkResult:

Classes

struct  MissingImport
 

Public Attributes

std::vector< MissingImportmissingImports
 
ImportBindings resolvedImports
 
bool success
 

Detailed Description

Definition at line 63 of file Linker.h.

Member Data Documentation

◆ missingImports

std::vector<MissingImport> Runtime::LinkResult::missingImports

Definition at line 72 of file Linker.h.

◆ resolvedImports

ImportBindings Runtime::LinkResult::resolvedImports

Definition at line 73 of file Linker.h.

◆ success

bool Runtime::LinkResult::success

Definition at line 74 of file Linker.h.


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