6#include "My/DjinniLibrary/example.hpp"
10namespace My {
namespace DjinniLibrary {
namespace cppcli {
19 using CppType = std::shared_ptr<::My::DjinniLibrary::Example>;
20 using CppOptType = std::shared_ptr<::My::DjinniLibrary::Example>;
23 static CppType ToCpp(CsType cs);
24 static CsType FromCppOpt(
const CppOptType& cpp);
25 static CsType FromCpp(
const CppType& cpp) {
return FromCppOpt(cpp); }
Definition: Example.hpp:12
static System::String ^ HelloFromCpp()
static System::String ^ HelloFromNative(Native^ from)
Definition: Native.hpp:11
Definition: Example.hpp:10