MLLIF
a MLIR-based Language to Language Interoperability Flyover
Loading...
Searching...
No Matches
BridgeStub.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <cstdint>
4
5
namespace
mllif
{
6
[[mllif::export]]
7
#if _WIN32
8
int
init
(
const
wchar_t
*runtimeConfigPath,
const
wchar_t
*assemblyPath);
9
#else
10
int
init
(
const
char
*runtimeConfigPath,
const
char
*assemblyPath);
11
#endif
12
[[mllif::export]]
13
void
close
();
14
}
mllif
Definition
CsBridgeGen.h:21
mllif::init
int init(const char *runtimeConfigPath, const char *assemblyPath)
mllif::close
void close()
Definition
BridgeStub.cxx:63
mllif
Frontend
C#
lib
MLLIFCSharpFrontBuild
Resources
BridgeStub.h
Generated on Mon May 12 2025 01:41:15 for MLLIF by
1.13.2