|
CppInterOp
C++ Language Interoperability Layer
|
#include "CppInterOp/CppInterOp.h"#include <cstdlib>#include <cstring>#include "CppInterOp/CXCppInterOpImpl.inc"
Go to the source code of this file.
Typedefs | |
| using | CppDeclRef = Cpp::DeclRef |
| using | CppTypeRef = Cpp::TypeRef |
| using | CppFuncRef = Cpp::FuncRef |
| using | CppObjectRef = Cpp::ObjectRef |
| using | CppInterpRef = Cpp::InterpRef |
| using | CppConstDeclRef = Cpp::ConstDeclRef |
| using | CppConstTypeRef = Cpp::ConstTypeRef |
| using | CppConstFuncRef = Cpp::ConstFuncRef |
| using CppConstDeclRef = Cpp::ConstDeclRef |
Definition at line 17 of file CXCppInterOpGenerated.cpp.
| using CppConstFuncRef = Cpp::ConstFuncRef |
Definition at line 19 of file CXCppInterOpGenerated.cpp.
| using CppConstTypeRef = Cpp::ConstTypeRef |
Definition at line 18 of file CXCppInterOpGenerated.cpp.
| using CppDeclRef = Cpp::DeclRef |
Definition at line 12 of file CXCppInterOpGenerated.cpp.
| using CppFuncRef = Cpp::FuncRef |
Definition at line 14 of file CXCppInterOpGenerated.cpp.
| using CppInterpRef = Cpp::InterpRef |
Definition at line 16 of file CXCppInterOpGenerated.cpp.
| using CppObjectRef = Cpp::ObjectRef |
Definition at line 15 of file CXCppInterOpGenerated.cpp.
| using CppTypeRef = Cpp::TypeRef |
Definition at line 13 of file CXCppInterOpGenerated.cpp.