|
|
|
@ -16805,7 +16805,7 @@ namespace CppSharp
@@ -16805,7 +16805,7 @@ namespace CppSharp
|
|
|
|
|
|
|
|
|
|
public unsafe partial class ParserTargetInfo : IDisposable |
|
|
|
|
{ |
|
|
|
|
[StructLayout(LayoutKind.Explicit, Size = 164)] |
|
|
|
|
[StructLayout(LayoutKind.Explicit, Size = 172)] |
|
|
|
|
public partial struct __Internal |
|
|
|
|
{ |
|
|
|
|
[FieldOffset(0)] |
|
|
|
@ -16925,6 +16925,12 @@ namespace CppSharp
@@ -16925,6 +16925,12 @@ namespace CppSharp
|
|
|
|
|
[FieldOffset(160)] |
|
|
|
|
internal uint wCharWidth; |
|
|
|
|
|
|
|
|
|
[FieldOffset(164)] |
|
|
|
|
internal uint float128Align; |
|
|
|
|
|
|
|
|
|
[FieldOffset(168)] |
|
|
|
|
internal uint float128Width; |
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, |
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser16ParserTargetInfoC2Ev")] |
|
|
|
@ -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 |
|
|
|
|