Djinni Library
2.0.0
Cross-Platform Library
Java
ObjC
C++/CLI
C++
native.hpp
Go to the documentation of this file.
1
// AUTOGENERATED FILE - DO NOT MODIFY!
2
// This file was generated by Djinni from my_djinni_library.djinni
3
4
#pragma once
5
6
#include <string>
7
8
namespace
My
{
namespace
DjinniLibrary {
9
10
class
Native
{
11
public
:
12
virtual
~Native
() {}
13
14
virtual
std::string
hello_from_native
() = 0;
15
};
16
17
} }
// namespace My::DjinniLibrary
My::DjinniLibrary::Native
Definition:
native.hpp:10
My::DjinniLibrary::Native::hello_from_native
virtual std::string hello_from_native()=0
My::DjinniLibrary::Native::~Native
virtual ~Native()
Definition:
native.hpp:12
My
Definition:
example.hpp:9
lib
djinni-generated
cpp
include
My
DjinniLibrary
native.hpp
Generated by
1.9.4