gpt4 book ai didi

android - Djinni:我可以将接口(interface)定义为在所有环境中都可实现吗?

转载 作者:太空狗 更新时间:2023-10-29 13:14:43 24 4
gpt4 key购买 nike

考虑 documentation神灵。

它说:

# This interface will be implemented in C++ and can be called from any language.
my_cpp_interface = interface +c {
# ...
}

另外,它说:

# This interface will be implemented in Java and ObjC and can be called from C++.
my_client_interface = interface +j +o {
# ...
}

无论如何,我的情况是我有一个可以在客户端或 C++ 端定义的对象。
因此,我想使用如下语法:

my_interface = interface +j +o +c {
# ...
}

它是一个有效的语法,djinni 支持的东西(它运行没有错误,但我不知道生成的代码是否也有效)还是我应该重新考虑的东西?

最佳答案

是的,这工作得很好,并且会为该接口(interface)生成必要的代理和编码代码,以便用任何语言实现。

关于android - Djinni:我可以将接口(interface)定义为在所有环境中都可实现吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36206436/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com