hoshi-lang dev
Yet another programming language
Loading...
Searching...
No Matches
IRFFITable::ImportLibrary Class Reference

#include <IR.h>

Collaboration diagram for IRFFITable::ImportLibrary:

Public Member Functions

 ImportLibrary (const yoi::wstr &libraryPath)
 

Public Attributes

yoi::wstr libraryPath
 
yoi::indexTable< yoi::wstr, std::shared_ptr< IRFunctionDefinition > > importedFunctionTable
 

Detailed Description

Definition at line 1097 of file IR.h.

Constructor & Destructor Documentation

◆ ImportLibrary()

ImportLibrary ( const yoi::wstr libraryPath)

Definition at line 1037 of file IR.cpp.

Member Data Documentation

◆ importedFunctionTable

yoi::indexTable<yoi::wstr, std::shared_ptr<IRFunctionDefinition> > importedFunctionTable

Definition at line 1101 of file IR.h.

◆ libraryPath

yoi::wstr libraryPath

Definition at line 1099 of file IR.h.


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