|
|
|
@ -2,7 +2,6 @@ |
|
|
|
// This is autogenerated code by CppSharp.
|
|
|
|
// This is autogenerated code by CppSharp.
|
|
|
|
// Do not edit this file or all your changes will be lost after re-generation.
|
|
|
|
// Do not edit this file or all your changes will be lost after re-generation.
|
|
|
|
//----------------------------------------------------------------------------
|
|
|
|
//----------------------------------------------------------------------------
|
|
|
|
using CppSharp.Runtime; |
|
|
|
|
|
|
|
using System; |
|
|
|
using System; |
|
|
|
using System.Runtime.InteropServices; |
|
|
|
using System.Runtime.InteropServices; |
|
|
|
using System.Security; |
|
|
|
using System.Security; |
|
|
|
@ -36,7 +35,7 @@ namespace CppSharp |
|
|
|
User = 4 |
|
|
|
User = 4 |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public unsafe partial class ParserOptions : IDisposable, ICppMarshal |
|
|
|
public unsafe partial class ParserOptions : IDisposable, CppSharp.Runtime.ICppMarshal |
|
|
|
{ |
|
|
|
{ |
|
|
|
[StructLayout(LayoutKind.Explicit, Size = 116)] |
|
|
|
[StructLayout(LayoutKind.Explicit, Size = 116)] |
|
|
|
public struct Internal |
|
|
|
public struct Internal |
|
|
|
@ -75,7 +74,7 @@ namespace CppSharp |
|
|
|
public bool MicrosoftMode; |
|
|
|
public bool MicrosoftMode; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(108)] |
|
|
|
[FieldOffset(108)] |
|
|
|
public CppSharp.Parser.CppAbi Abi; |
|
|
|
public CppSharp.Parser.AST.CppAbi Abi; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(112)] |
|
|
|
[FieldOffset(112)] |
|
|
|
public bool Verbose; |
|
|
|
public bool Verbose; |
|
|
|
@ -93,11 +92,11 @@ namespace CppSharp |
|
|
|
|
|
|
|
|
|
|
|
public global::System.IntPtr __Instance { get; protected set; } |
|
|
|
public global::System.IntPtr __Instance { get; protected set; } |
|
|
|
|
|
|
|
|
|
|
|
void ICppMarshal.MarshalManagedToNative(IntPtr instance) |
|
|
|
void CppSharp.Runtime.ICppMarshal.MarshalManagedToNative(global::System.IntPtr instance) |
|
|
|
{ |
|
|
|
{ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
void ICppMarshal.MarshalNativeToManaged(IntPtr instance) |
|
|
|
void CppSharp.Runtime.ICppMarshal.MarshalNativeToManaged(global::System.IntPtr instance) |
|
|
|
{ |
|
|
|
{ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@ -208,13 +207,13 @@ namespace CppSharp |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public CppSharp.Parser.Library Library |
|
|
|
public CppSharp.Parser.AST.Library Library |
|
|
|
{ |
|
|
|
{ |
|
|
|
get |
|
|
|
get |
|
|
|
{ |
|
|
|
{ |
|
|
|
var __ptr = (Internal*)__Instance.ToPointer(); |
|
|
|
var __ptr = (Internal*)__Instance.ToPointer(); |
|
|
|
var __copy = new global::System.IntPtr(&__ptr->Library); |
|
|
|
var __copy = new global::System.IntPtr(&__ptr->Library); |
|
|
|
return new CppSharp.Parser.Library(__copy); |
|
|
|
return new CppSharp.Parser.AST.Library(__copy); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
set |
|
|
|
set |
|
|
|
@ -299,7 +298,7 @@ namespace CppSharp |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public CppSharp.Parser.CppAbi Abi |
|
|
|
public CppSharp.Parser.AST.CppAbi Abi |
|
|
|
{ |
|
|
|
{ |
|
|
|
get |
|
|
|
get |
|
|
|
{ |
|
|
|
{ |
|
|
|
@ -330,7 +329,7 @@ namespace CppSharp |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public unsafe partial class ParserDiagnostic : IDisposable, ICppMarshal |
|
|
|
public unsafe partial class ParserDiagnostic : IDisposable, CppSharp.Runtime.ICppMarshal |
|
|
|
{ |
|
|
|
{ |
|
|
|
[StructLayout(LayoutKind.Explicit, Size = 60)] |
|
|
|
[StructLayout(LayoutKind.Explicit, Size = 60)] |
|
|
|
public struct Internal |
|
|
|
public struct Internal |
|
|
|
@ -363,11 +362,11 @@ namespace CppSharp |
|
|
|
|
|
|
|
|
|
|
|
public global::System.IntPtr __Instance { get; protected set; } |
|
|
|
public global::System.IntPtr __Instance { get; protected set; } |
|
|
|
|
|
|
|
|
|
|
|
void ICppMarshal.MarshalManagedToNative(IntPtr instance) |
|
|
|
void CppSharp.Runtime.ICppMarshal.MarshalManagedToNative(global::System.IntPtr instance) |
|
|
|
{ |
|
|
|
{ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
void ICppMarshal.MarshalNativeToManaged(IntPtr instance) |
|
|
|
void CppSharp.Runtime.ICppMarshal.MarshalNativeToManaged(global::System.IntPtr instance) |
|
|
|
{ |
|
|
|
{ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@ -479,7 +478,7 @@ namespace CppSharp |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public unsafe partial class ParserResult : IDisposable, ICppMarshal |
|
|
|
public unsafe partial class ParserResult : IDisposable, CppSharp.Runtime.ICppMarshal |
|
|
|
{ |
|
|
|
{ |
|
|
|
[StructLayout(LayoutKind.Explicit, Size = 20)] |
|
|
|
[StructLayout(LayoutKind.Explicit, Size = 20)] |
|
|
|
public struct Internal |
|
|
|
public struct Internal |
|
|
|
@ -506,11 +505,11 @@ namespace CppSharp |
|
|
|
|
|
|
|
|
|
|
|
public global::System.IntPtr __Instance { get; protected set; } |
|
|
|
public global::System.IntPtr __Instance { get; protected set; } |
|
|
|
|
|
|
|
|
|
|
|
void ICppMarshal.MarshalManagedToNative(IntPtr instance) |
|
|
|
void CppSharp.Runtime.ICppMarshal.MarshalManagedToNative(global::System.IntPtr instance) |
|
|
|
{ |
|
|
|
{ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
void ICppMarshal.MarshalNativeToManaged(IntPtr instance) |
|
|
|
void CppSharp.Runtime.ICppMarshal.MarshalNativeToManaged(global::System.IntPtr instance) |
|
|
|
{ |
|
|
|
{ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@ -561,13 +560,13 @@ namespace CppSharp |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public CppSharp.Parser.Library Library |
|
|
|
public CppSharp.Parser.AST.Library Library |
|
|
|
{ |
|
|
|
{ |
|
|
|
get |
|
|
|
get |
|
|
|
{ |
|
|
|
{ |
|
|
|
var __ptr = (Internal*)__Instance.ToPointer(); |
|
|
|
var __ptr = (Internal*)__Instance.ToPointer(); |
|
|
|
var __copy = new global::System.IntPtr(&__ptr->Library); |
|
|
|
var __copy = new global::System.IntPtr(&__ptr->Library); |
|
|
|
return new CppSharp.Parser.Library(__copy); |
|
|
|
return new CppSharp.Parser.AST.Library(__copy); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
set |
|
|
|
set |
|
|
|
@ -593,7 +592,7 @@ namespace CppSharp |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public unsafe partial class ClangParser : IDisposable, ICppMarshal |
|
|
|
public unsafe partial class ClangParser : IDisposable, CppSharp.Runtime.ICppMarshal |
|
|
|
{ |
|
|
|
{ |
|
|
|
[StructLayout(LayoutKind.Explicit, Size = 1)] |
|
|
|
[StructLayout(LayoutKind.Explicit, Size = 1)] |
|
|
|
public struct Internal |
|
|
|
public struct Internal |
|
|
|
@ -616,11 +615,11 @@ namespace CppSharp |
|
|
|
|
|
|
|
|
|
|
|
public global::System.IntPtr __Instance { get; protected set; } |
|
|
|
public global::System.IntPtr __Instance { get; protected set; } |
|
|
|
|
|
|
|
|
|
|
|
void ICppMarshal.MarshalManagedToNative(IntPtr instance) |
|
|
|
void CppSharp.Runtime.ICppMarshal.MarshalManagedToNative(global::System.IntPtr instance) |
|
|
|
{ |
|
|
|
{ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
void ICppMarshal.MarshalNativeToManaged(IntPtr instance) |
|
|
|
void CppSharp.Runtime.ICppMarshal.MarshalNativeToManaged(global::System.IntPtr instance) |
|
|
|
{ |
|
|
|
{ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|