|
|
|
@ -16805,7 +16805,7 @@ namespace CppSharp
@@ -16805,7 +16805,7 @@ namespace CppSharp
|
|
|
|
|
|
|
|
|
|
public unsafe partial class ParserTargetInfo : IDisposable |
|
|
|
|
{ |
|
|
|
|
[StructLayout(LayoutKind.Explicit, Size = 176)] |
|
|
|
|
[StructLayout(LayoutKind.Explicit, Size = 184)] |
|
|
|
|
public partial struct __Internal |
|
|
|
|
{ |
|
|
|
|
[FieldOffset(0)] |
|
|
|
@ -16925,6 +16925,12 @@ namespace CppSharp
@@ -16925,6 +16925,12 @@ namespace CppSharp
|
|
|
|
|
[FieldOffset(172)] |
|
|
|
|
internal uint wCharWidth; |
|
|
|
|
|
|
|
|
|
[FieldOffset(176)] |
|
|
|
|
internal uint float128Align; |
|
|
|
|
|
|
|
|
|
[FieldOffset(180)] |
|
|
|
|
internal uint float128Width; |
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.ThisCall, |
|
|
|
|
EntryPoint="??0ParserTargetInfo@CppParser@CppSharp@@QAE@XZ")] |
|
|
|
@ -17521,6 +17527,32 @@ namespace CppSharp
@@ -17521,6 +17527,32 @@ namespace CppSharp
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public uint Float128Align |
|
|
|
|
{ |
|
|
|
|
get |
|
|
|
|
{ |
|
|
|
|
return ((global::CppSharp.Parser.ParserTargetInfo.__Internal*) __Instance)->float128Align; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
set |
|
|
|
|
{ |
|
|
|
|
((global::CppSharp.Parser.ParserTargetInfo.__Internal*) __Instance)->float128Align = value; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public uint Float128Width |
|
|
|
|
{ |
|
|
|
|
get |
|
|
|
|
{ |
|
|
|
|
return ((global::CppSharp.Parser.ParserTargetInfo.__Internal*) __Instance)->float128Width; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
set |
|
|
|
|
{ |
|
|
|
|
((global::CppSharp.Parser.ParserTargetInfo.__Internal*) __Instance)->float128Width = value; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public string ABI |
|
|
|
|
{ |
|
|
|
|
get |
|
|
|
|