|
|
|
@ -319,7 +319,7 @@ namespace CppSharp
@@ -319,7 +319,7 @@ namespace CppSharp
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, |
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST14TypeQualifiersC2ERKS2_")] |
|
|
|
|
internal static extern void ctor_1(global::System.IntPtr instance, global::System.IntPtr _0); |
|
|
|
|
internal static extern void ctor_0(global::System.IntPtr instance, global::System.IntPtr _0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public global::System.IntPtr __Instance { get; protected set; } |
|
|
|
@ -2122,7 +2122,7 @@ namespace CppSharp
@@ -2122,7 +2122,7 @@ namespace CppSharp
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, |
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST10RawCommentC2Ev")] |
|
|
|
|
internal static extern void ctor_1(global::System.IntPtr instance); |
|
|
|
|
internal static extern void ctor_0(global::System.IntPtr instance); |
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, |
|
|
|
@ -2188,7 +2188,7 @@ namespace CppSharp
@@ -2188,7 +2188,7 @@ namespace CppSharp
|
|
|
|
|
public RawComment() |
|
|
|
|
{ |
|
|
|
|
__Instance = Marshal.AllocHGlobal(32); |
|
|
|
|
Internal.ctor_1(__Instance); |
|
|
|
|
Internal.ctor_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void Dispose() |
|
|
|
@ -4568,6 +4568,11 @@ namespace CppSharp
@@ -4568,6 +4568,11 @@ namespace CppSharp
|
|
|
|
|
[FieldOffset(8)] |
|
|
|
|
public global::System.IntPtr Type; |
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, |
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST18BaseClassSpecifierC2Ev")] |
|
|
|
|
internal static extern void ctor_0(global::System.IntPtr instance); |
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, |
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST18BaseClassSpecifierC2ERKS2_")] |
|
|
|
@ -4607,6 +4612,7 @@ namespace CppSharp
@@ -4607,6 +4612,7 @@ namespace CppSharp
|
|
|
|
|
public BaseClassSpecifier() |
|
|
|
|
{ |
|
|
|
|
__Instance = Marshal.AllocHGlobal(12); |
|
|
|
|
Internal.ctor_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void Dispose() |
|
|
|
|