CompiledComponentRawInterface
CompiledComponentRawInterface[comp]
表示已编译组件的原始接口.
更多信息
- CompiledComponentRawInterface[comp] 可用于将原始库函数声明添加到编译命令(例如 FunctionCompile)中.
- CompiledComponentRawInterface[comp] 可用于使用 CreateCompilerEnvironment 和 CompilerEnvironmentAppendTo 将原始库函数声明添加到编译器环境中.
- 由 CompiledComponentRawInterface 提供的原始库函数声明在 DeclareCompiledComponent 的 "RawLibraryFunctions" 条目中给出. 它们以规则 "name"Typed[funcName,ty] 的形式给出. 这指定了类型为 ty 的 funcName 的编译版本将被为组件构建的库导出.
- 使用由 CompiledComponentRawInterface 提供的声明的编译过程直接引用 "RawLibraryFunctions" 设置中的 funcName.
范例
基本范例 (1)
CompiledComponentRawInterface 很有用,因为它允许从库中使用已编译组件的声明,而无需重新编译它们.
DeclareCompiledComponent 可以创建一个原始库函数以供其他编译代码使用:
可以不使用 LibraryFunctionDeclaration,而是直接使用组件库接口:
Wolfram Research (2024),CompiledComponentRawInterface,Wolfram 语言函数,https://reference.wolfram.com/language/ref/CompiledComponentRawInterface.html.
文本
Wolfram Research (2024),CompiledComponentRawInterface,Wolfram 语言函数,https://reference.wolfram.com/language/ref/CompiledComponentRawInterface.html.
CMS
Wolfram 语言. 2024. "CompiledComponentRawInterface." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/CompiledComponentRawInterface.html.
APA
Wolfram 语言. (2024). CompiledComponentRawInterface. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/CompiledComponentRawInterface.html 年