Reference/UClib

Definition

HeaderFile: UCodeLang/LangCore/UClib.hpp

Is Included In UCodeLang.hpp: Yes

The UCodeLang Compiler Output.

class UClib;

Example

[!IMPORTANT] This Is section Is incomplete

Methods

FuncionParametersReturnDescription
Get_AssemblyNoneClassAssembly&Gets the ClassAssembly.
WriteToFile(const Path& path)boolWrite the UClib File to the path and returns true if it succeeded.

Static Funcions

FuncionParametersReturnDescription
ToFile(const UClib* Lib, const Path& path)boolWrite the UClib File to the path and returns true if it succeeded.
FromFile(UClib* Lib, const Path& path)boolGet the UClib File from the path and returns true if it succeeded
OpenFile(const Path& path)Optional<UClib>Get the UClib File from the path and returns Nothing if it failed