|
|
@ -200,6 +200,16 @@ namespace CppSharp |
|
|
|
IntPtr = 16 |
|
|
|
IntPtr = 16 |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public enum MacroLocation |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
Unknown = 0, |
|
|
|
|
|
|
|
ClassHead = 1, |
|
|
|
|
|
|
|
ClassBody = 2, |
|
|
|
|
|
|
|
FunctionHead = 3, |
|
|
|
|
|
|
|
FunctionParameters = 4, |
|
|
|
|
|
|
|
FunctionBody = 5 |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public enum RawCommentKind |
|
|
|
public enum RawCommentKind |
|
|
|
{ |
|
|
|
{ |
|
|
|
Invalid = 0, |
|
|
|
Invalid = 0, |
|
|
@ -231,16 +241,6 @@ namespace CppSharp |
|
|
|
VerbatimBlockLineComment = 14 |
|
|
|
VerbatimBlockLineComment = 14 |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public enum MacroLocation |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
Unknown = 0, |
|
|
|
|
|
|
|
ClassHead = 1, |
|
|
|
|
|
|
|
ClassBody = 2, |
|
|
|
|
|
|
|
FunctionHead = 3, |
|
|
|
|
|
|
|
FunctionParameters = 4, |
|
|
|
|
|
|
|
FunctionBody = 5 |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public enum ArchType |
|
|
|
public enum ArchType |
|
|
|
{ |
|
|
|
{ |
|
|
|
UnknownArch = 0, |
|
|
|
UnknownArch = 0, |
|
|
@ -3262,27 +3262,27 @@ namespace CppSharp |
|
|
|
[FieldOffset(20)] |
|
|
|
[FieldOffset(20)] |
|
|
|
public int LineNumberEnd; |
|
|
|
public int LineNumberEnd; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(48)] |
|
|
|
[FieldOffset(96)] |
|
|
|
public global::System.IntPtr Comment; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(76)] |
|
|
|
|
|
|
|
public byte IsIncomplete; |
|
|
|
public byte IsIncomplete; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(77)] |
|
|
|
[FieldOffset(97)] |
|
|
|
public byte IsDependent; |
|
|
|
public byte IsDependent; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(78)] |
|
|
|
[FieldOffset(98)] |
|
|
|
public byte IsImplicit; |
|
|
|
public byte IsImplicit; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(80)] |
|
|
|
[FieldOffset(100)] |
|
|
|
public global::System.IntPtr CompleteDeclaration; |
|
|
|
public global::System.IntPtr CompleteDeclaration; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(84)] |
|
|
|
[FieldOffset(104)] |
|
|
|
public uint DefinitionOrder; |
|
|
|
public uint DefinitionOrder; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(100)] |
|
|
|
[FieldOffset(120)] |
|
|
|
public global::System.IntPtr OriginalPtr; |
|
|
|
public global::System.IntPtr OriginalPtr; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(124)] |
|
|
|
|
|
|
|
public global::System.IntPtr Comment; |
|
|
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.ThisCall, |
|
|
|
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.ThisCall, |
|
|
|
EntryPoint="??0Declaration@AST@CppParser@CppSharp@@QAE@W4DeclarationKind@123@@Z")] |
|
|
|
EntryPoint="??0Declaration@AST@CppParser@CppSharp@@QAE@W4DeclarationKind@123@@Z")] |
|
|
@ -3323,6 +3323,16 @@ namespace CppSharp |
|
|
|
EntryPoint="?setName@Declaration@AST@CppParser@CppSharp@@QAEXPBD@Z")] |
|
|
|
EntryPoint="?setName@Declaration@AST@CppParser@CppSharp@@QAEXPBD@Z")] |
|
|
|
internal static extern void setName_0(global::System.IntPtr instance, global::System.IntPtr s); |
|
|
|
internal static extern void setName_0(global::System.IntPtr instance, global::System.IntPtr s); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
|
|
|
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.ThisCall, |
|
|
|
|
|
|
|
EntryPoint="?getUSR@Declaration@AST@CppParser@CppSharp@@QAEPBDXZ")] |
|
|
|
|
|
|
|
internal static extern global::System.IntPtr getUSR_0(global::System.IntPtr instance); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
|
|
|
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.ThisCall, |
|
|
|
|
|
|
|
EntryPoint="?setUSR@Declaration@AST@CppParser@CppSharp@@QAEXPBD@Z")] |
|
|
|
|
|
|
|
internal static extern void setUSR_0(global::System.IntPtr instance, global::System.IntPtr s); |
|
|
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.ThisCall, |
|
|
|
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.ThisCall, |
|
|
|
EntryPoint="?getDebugText@Declaration@AST@CppParser@CppSharp@@QAEPBDXZ")] |
|
|
|
EntryPoint="?getDebugText@Declaration@AST@CppParser@CppSharp@@QAEPBDXZ")] |
|
|
@ -3452,6 +3462,22 @@ namespace CppSharp |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public string USR |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
get |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
var __ret = Internal.getUSR_0((__Instance + __PointerAdjustment)); |
|
|
|
|
|
|
|
return Marshal.PtrToStringAnsi(__ret); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
set |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
var arg0 = Marshal.StringToHGlobalAnsi(value); |
|
|
|
|
|
|
|
Internal.setUSR_0((__Instance + __PointerAdjustment), arg0); |
|
|
|
|
|
|
|
Marshal.FreeHGlobal(arg0); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public string DebugText |
|
|
|
public string DebugText |
|
|
|
{ |
|
|
|
{ |
|
|
|
get |
|
|
|
get |
|
|
@ -3560,24 +3586,6 @@ namespace CppSharp |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public CppSharp.Parser.AST.RawComment Comment |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
get |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
CppSharp.Parser.AST.RawComment __result0; |
|
|
|
|
|
|
|
if (((Internal*) __Instance)->Comment == IntPtr.Zero) __result0 = null; |
|
|
|
|
|
|
|
else if (CppSharp.Parser.AST.RawComment.NativeToManagedMap.ContainsKey(((Internal*) __Instance)->Comment)) |
|
|
|
|
|
|
|
__result0 = (CppSharp.Parser.AST.RawComment) CppSharp.Parser.AST.RawComment.NativeToManagedMap[((Internal*) __Instance)->Comment]; |
|
|
|
|
|
|
|
else __result0 = CppSharp.Parser.AST.RawComment.__CreateInstance(((Internal*) __Instance)->Comment); |
|
|
|
|
|
|
|
return __result0; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
set |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
((Internal*) __Instance)->Comment = ReferenceEquals(value, null) ? global::System.IntPtr.Zero : value.__Instance; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public bool IsIncomplete |
|
|
|
public bool IsIncomplete |
|
|
|
{ |
|
|
|
{ |
|
|
|
get |
|
|
|
get |
|
|
@ -3660,6 +3668,24 @@ namespace CppSharp |
|
|
|
((Internal*) __Instance)->OriginalPtr = (global::System.IntPtr) value; |
|
|
|
((Internal*) __Instance)->OriginalPtr = (global::System.IntPtr) value; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public CppSharp.Parser.AST.RawComment Comment |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
get |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
CppSharp.Parser.AST.RawComment __result0; |
|
|
|
|
|
|
|
if (((Internal*) __Instance)->Comment == IntPtr.Zero) __result0 = null; |
|
|
|
|
|
|
|
else if (CppSharp.Parser.AST.RawComment.NativeToManagedMap.ContainsKey(((Internal*) __Instance)->Comment)) |
|
|
|
|
|
|
|
__result0 = (CppSharp.Parser.AST.RawComment) CppSharp.Parser.AST.RawComment.NativeToManagedMap[((Internal*) __Instance)->Comment]; |
|
|
|
|
|
|
|
else __result0 = CppSharp.Parser.AST.RawComment.__CreateInstance(((Internal*) __Instance)->Comment); |
|
|
|
|
|
|
|
return __result0; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
set |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
((Internal*) __Instance)->Comment = ReferenceEquals(value, null) ? global::System.IntPtr.Zero : value.__Instance; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public unsafe partial class DeclarationContext : CppSharp.Parser.AST.Declaration, IDisposable |
|
|
|
public unsafe partial class DeclarationContext : CppSharp.Parser.AST.Declaration, IDisposable |
|
|
@ -3685,27 +3711,27 @@ namespace CppSharp |
|
|
|
[FieldOffset(20)] |
|
|
|
[FieldOffset(20)] |
|
|
|
public int LineNumberEnd; |
|
|
|
public int LineNumberEnd; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(48)] |
|
|
|
[FieldOffset(96)] |
|
|
|
public global::System.IntPtr Comment; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(76)] |
|
|
|
|
|
|
|
public byte IsIncomplete; |
|
|
|
public byte IsIncomplete; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(77)] |
|
|
|
[FieldOffset(97)] |
|
|
|
public byte IsDependent; |
|
|
|
public byte IsDependent; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(78)] |
|
|
|
[FieldOffset(98)] |
|
|
|
public byte IsImplicit; |
|
|
|
public byte IsImplicit; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(80)] |
|
|
|
[FieldOffset(100)] |
|
|
|
public global::System.IntPtr CompleteDeclaration; |
|
|
|
public global::System.IntPtr CompleteDeclaration; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(84)] |
|
|
|
[FieldOffset(104)] |
|
|
|
public uint DefinitionOrder; |
|
|
|
public uint DefinitionOrder; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(100)] |
|
|
|
[FieldOffset(120)] |
|
|
|
public global::System.IntPtr OriginalPtr; |
|
|
|
public global::System.IntPtr OriginalPtr; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(124)] |
|
|
|
|
|
|
|
public global::System.IntPtr Comment; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(232)] |
|
|
|
[FieldOffset(232)] |
|
|
|
public byte IsAnonymous; |
|
|
|
public byte IsAnonymous; |
|
|
|
|
|
|
|
|
|
|
@ -4250,27 +4276,27 @@ namespace CppSharp |
|
|
|
[FieldOffset(20)] |
|
|
|
[FieldOffset(20)] |
|
|
|
public int LineNumberEnd; |
|
|
|
public int LineNumberEnd; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(48)] |
|
|
|
[FieldOffset(96)] |
|
|
|
public global::System.IntPtr Comment; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(76)] |
|
|
|
|
|
|
|
public byte IsIncomplete; |
|
|
|
public byte IsIncomplete; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(77)] |
|
|
|
[FieldOffset(97)] |
|
|
|
public byte IsDependent; |
|
|
|
public byte IsDependent; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(78)] |
|
|
|
[FieldOffset(98)] |
|
|
|
public byte IsImplicit; |
|
|
|
public byte IsImplicit; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(80)] |
|
|
|
[FieldOffset(100)] |
|
|
|
public global::System.IntPtr CompleteDeclaration; |
|
|
|
public global::System.IntPtr CompleteDeclaration; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(84)] |
|
|
|
[FieldOffset(104)] |
|
|
|
public uint DefinitionOrder; |
|
|
|
public uint DefinitionOrder; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(100)] |
|
|
|
[FieldOffset(120)] |
|
|
|
public global::System.IntPtr OriginalPtr; |
|
|
|
public global::System.IntPtr OriginalPtr; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(124)] |
|
|
|
|
|
|
|
public global::System.IntPtr Comment; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(128)] |
|
|
|
[FieldOffset(128)] |
|
|
|
public CppSharp.Parser.AST.QualifiedType.Internal QualifiedType; |
|
|
|
public CppSharp.Parser.AST.QualifiedType.Internal QualifiedType; |
|
|
|
|
|
|
|
|
|
|
@ -4390,27 +4416,27 @@ namespace CppSharp |
|
|
|
[FieldOffset(20)] |
|
|
|
[FieldOffset(20)] |
|
|
|
public int LineNumberEnd; |
|
|
|
public int LineNumberEnd; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(48)] |
|
|
|
[FieldOffset(96)] |
|
|
|
public global::System.IntPtr Comment; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(76)] |
|
|
|
|
|
|
|
public byte IsIncomplete; |
|
|
|
public byte IsIncomplete; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(77)] |
|
|
|
[FieldOffset(97)] |
|
|
|
public byte IsDependent; |
|
|
|
public byte IsDependent; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(78)] |
|
|
|
[FieldOffset(98)] |
|
|
|
public byte IsImplicit; |
|
|
|
public byte IsImplicit; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(80)] |
|
|
|
[FieldOffset(100)] |
|
|
|
public global::System.IntPtr CompleteDeclaration; |
|
|
|
public global::System.IntPtr CompleteDeclaration; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(84)] |
|
|
|
[FieldOffset(104)] |
|
|
|
public uint DefinitionOrder; |
|
|
|
public uint DefinitionOrder; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(100)] |
|
|
|
[FieldOffset(120)] |
|
|
|
public global::System.IntPtr OriginalPtr; |
|
|
|
public global::System.IntPtr OriginalPtr; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(124)] |
|
|
|
|
|
|
|
public global::System.IntPtr Comment; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(128)] |
|
|
|
[FieldOffset(128)] |
|
|
|
public global::System.IntPtr Declaration; |
|
|
|
public global::System.IntPtr Declaration; |
|
|
|
|
|
|
|
|
|
|
@ -5161,27 +5187,27 @@ namespace CppSharp |
|
|
|
[FieldOffset(20)] |
|
|
|
[FieldOffset(20)] |
|
|
|
public int LineNumberEnd; |
|
|
|
public int LineNumberEnd; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(48)] |
|
|
|
[FieldOffset(96)] |
|
|
|
public global::System.IntPtr Comment; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(76)] |
|
|
|
|
|
|
|
public byte IsIncomplete; |
|
|
|
public byte IsIncomplete; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(77)] |
|
|
|
[FieldOffset(97)] |
|
|
|
public byte IsDependent; |
|
|
|
public byte IsDependent; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(78)] |
|
|
|
[FieldOffset(98)] |
|
|
|
public byte IsImplicit; |
|
|
|
public byte IsImplicit; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(80)] |
|
|
|
[FieldOffset(100)] |
|
|
|
public global::System.IntPtr CompleteDeclaration; |
|
|
|
public global::System.IntPtr CompleteDeclaration; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(84)] |
|
|
|
[FieldOffset(104)] |
|
|
|
public uint DefinitionOrder; |
|
|
|
public uint DefinitionOrder; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(100)] |
|
|
|
[FieldOffset(120)] |
|
|
|
public global::System.IntPtr OriginalPtr; |
|
|
|
public global::System.IntPtr OriginalPtr; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(124)] |
|
|
|
|
|
|
|
public global::System.IntPtr Comment; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(128)] |
|
|
|
[FieldOffset(128)] |
|
|
|
public CppSharp.Parser.AST.QualifiedType.Internal QualifiedType; |
|
|
|
public CppSharp.Parser.AST.QualifiedType.Internal QualifiedType; |
|
|
|
|
|
|
|
|
|
|
@ -5370,27 +5396,27 @@ namespace CppSharp |
|
|
|
[FieldOffset(20)] |
|
|
|
[FieldOffset(20)] |
|
|
|
public int LineNumberEnd; |
|
|
|
public int LineNumberEnd; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(48)] |
|
|
|
[FieldOffset(96)] |
|
|
|
public global::System.IntPtr Comment; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(76)] |
|
|
|
|
|
|
|
public byte IsIncomplete; |
|
|
|
public byte IsIncomplete; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(77)] |
|
|
|
[FieldOffset(97)] |
|
|
|
public byte IsDependent; |
|
|
|
public byte IsDependent; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(78)] |
|
|
|
[FieldOffset(98)] |
|
|
|
public byte IsImplicit; |
|
|
|
public byte IsImplicit; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(80)] |
|
|
|
[FieldOffset(100)] |
|
|
|
public global::System.IntPtr CompleteDeclaration; |
|
|
|
public global::System.IntPtr CompleteDeclaration; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(84)] |
|
|
|
[FieldOffset(104)] |
|
|
|
public uint DefinitionOrder; |
|
|
|
public uint DefinitionOrder; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(100)] |
|
|
|
[FieldOffset(120)] |
|
|
|
public global::System.IntPtr OriginalPtr; |
|
|
|
public global::System.IntPtr OriginalPtr; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(124)] |
|
|
|
|
|
|
|
public global::System.IntPtr Comment; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(128)] |
|
|
|
[FieldOffset(128)] |
|
|
|
public CppSharp.Parser.AST.QualifiedType.Internal ReturnType; |
|
|
|
public CppSharp.Parser.AST.QualifiedType.Internal ReturnType; |
|
|
|
|
|
|
|
|
|
|
@ -5785,27 +5811,27 @@ namespace CppSharp |
|
|
|
[FieldOffset(20)] |
|
|
|
[FieldOffset(20)] |
|
|
|
public int LineNumberEnd; |
|
|
|
public int LineNumberEnd; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(48)] |
|
|
|
[FieldOffset(96)] |
|
|
|
public global::System.IntPtr Comment; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(76)] |
|
|
|
|
|
|
|
public byte IsIncomplete; |
|
|
|
public byte IsIncomplete; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(77)] |
|
|
|
[FieldOffset(97)] |
|
|
|
public byte IsDependent; |
|
|
|
public byte IsDependent; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(78)] |
|
|
|
[FieldOffset(98)] |
|
|
|
public byte IsImplicit; |
|
|
|
public byte IsImplicit; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(80)] |
|
|
|
[FieldOffset(100)] |
|
|
|
public global::System.IntPtr CompleteDeclaration; |
|
|
|
public global::System.IntPtr CompleteDeclaration; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(84)] |
|
|
|
[FieldOffset(104)] |
|
|
|
public uint DefinitionOrder; |
|
|
|
public uint DefinitionOrder; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(100)] |
|
|
|
[FieldOffset(120)] |
|
|
|
public global::System.IntPtr OriginalPtr; |
|
|
|
public global::System.IntPtr OriginalPtr; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(124)] |
|
|
|
|
|
|
|
public global::System.IntPtr Comment; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(128)] |
|
|
|
[FieldOffset(128)] |
|
|
|
public CppSharp.Parser.AST.QualifiedType.Internal ReturnType; |
|
|
|
public CppSharp.Parser.AST.QualifiedType.Internal ReturnType; |
|
|
|
|
|
|
|
|
|
|
@ -6102,27 +6128,27 @@ namespace CppSharp |
|
|
|
[FieldOffset(20)] |
|
|
|
[FieldOffset(20)] |
|
|
|
public int LineNumberEnd; |
|
|
|
public int LineNumberEnd; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(48)] |
|
|
|
[FieldOffset(96)] |
|
|
|
public global::System.IntPtr Comment; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(76)] |
|
|
|
|
|
|
|
public byte IsIncomplete; |
|
|
|
public byte IsIncomplete; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(77)] |
|
|
|
[FieldOffset(97)] |
|
|
|
public byte IsDependent; |
|
|
|
public byte IsDependent; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(78)] |
|
|
|
[FieldOffset(98)] |
|
|
|
public byte IsImplicit; |
|
|
|
public byte IsImplicit; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(80)] |
|
|
|
[FieldOffset(100)] |
|
|
|
public global::System.IntPtr CompleteDeclaration; |
|
|
|
public global::System.IntPtr CompleteDeclaration; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(84)] |
|
|
|
[FieldOffset(104)] |
|
|
|
public uint DefinitionOrder; |
|
|
|
public uint DefinitionOrder; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(100)] |
|
|
|
[FieldOffset(120)] |
|
|
|
public global::System.IntPtr OriginalPtr; |
|
|
|
public global::System.IntPtr OriginalPtr; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(124)] |
|
|
|
|
|
|
|
public global::System.IntPtr Comment; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(232)] |
|
|
|
[FieldOffset(232)] |
|
|
|
public byte IsAnonymous; |
|
|
|
public byte IsAnonymous; |
|
|
|
|
|
|
|
|
|
|
@ -6202,27 +6228,27 @@ namespace CppSharp |
|
|
|
[FieldOffset(20)] |
|
|
|
[FieldOffset(20)] |
|
|
|
public int LineNumberEnd; |
|
|
|
public int LineNumberEnd; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(48)] |
|
|
|
[FieldOffset(96)] |
|
|
|
public global::System.IntPtr Comment; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(76)] |
|
|
|
|
|
|
|
public byte IsIncomplete; |
|
|
|
public byte IsIncomplete; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(77)] |
|
|
|
[FieldOffset(97)] |
|
|
|
public byte IsDependent; |
|
|
|
public byte IsDependent; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(78)] |
|
|
|
[FieldOffset(98)] |
|
|
|
public byte IsImplicit; |
|
|
|
public byte IsImplicit; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(80)] |
|
|
|
[FieldOffset(100)] |
|
|
|
public global::System.IntPtr CompleteDeclaration; |
|
|
|
public global::System.IntPtr CompleteDeclaration; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(84)] |
|
|
|
[FieldOffset(104)] |
|
|
|
public uint DefinitionOrder; |
|
|
|
public uint DefinitionOrder; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(100)] |
|
|
|
[FieldOffset(120)] |
|
|
|
public global::System.IntPtr OriginalPtr; |
|
|
|
public global::System.IntPtr OriginalPtr; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(124)] |
|
|
|
|
|
|
|
public global::System.IntPtr Comment; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(152)] |
|
|
|
[FieldOffset(152)] |
|
|
|
public ulong Value; |
|
|
|
public ulong Value; |
|
|
|
|
|
|
|
|
|
|
@ -6514,27 +6540,27 @@ namespace CppSharp |
|
|
|
[FieldOffset(20)] |
|
|
|
[FieldOffset(20)] |
|
|
|
public int LineNumberEnd; |
|
|
|
public int LineNumberEnd; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(48)] |
|
|
|
[FieldOffset(96)] |
|
|
|
public global::System.IntPtr Comment; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(76)] |
|
|
|
|
|
|
|
public byte IsIncomplete; |
|
|
|
public byte IsIncomplete; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(77)] |
|
|
|
[FieldOffset(97)] |
|
|
|
public byte IsDependent; |
|
|
|
public byte IsDependent; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(78)] |
|
|
|
[FieldOffset(98)] |
|
|
|
public byte IsImplicit; |
|
|
|
public byte IsImplicit; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(80)] |
|
|
|
[FieldOffset(100)] |
|
|
|
public global::System.IntPtr CompleteDeclaration; |
|
|
|
public global::System.IntPtr CompleteDeclaration; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(84)] |
|
|
|
[FieldOffset(104)] |
|
|
|
public uint DefinitionOrder; |
|
|
|
public uint DefinitionOrder; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(100)] |
|
|
|
[FieldOffset(120)] |
|
|
|
public global::System.IntPtr OriginalPtr; |
|
|
|
public global::System.IntPtr OriginalPtr; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(124)] |
|
|
|
|
|
|
|
public global::System.IntPtr Comment; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(152)] |
|
|
|
[FieldOffset(152)] |
|
|
|
public CppSharp.Parser.AST.QualifiedType.Internal QualifiedType; |
|
|
|
public CppSharp.Parser.AST.QualifiedType.Internal QualifiedType; |
|
|
|
|
|
|
|
|
|
|
@ -6834,27 +6860,27 @@ namespace CppSharp |
|
|
|
[FieldOffset(20)] |
|
|
|
[FieldOffset(20)] |
|
|
|
public int LineNumberEnd; |
|
|
|
public int LineNumberEnd; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(48)] |
|
|
|
[FieldOffset(96)] |
|
|
|
public global::System.IntPtr Comment; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(76)] |
|
|
|
|
|
|
|
public byte IsIncomplete; |
|
|
|
public byte IsIncomplete; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(77)] |
|
|
|
[FieldOffset(97)] |
|
|
|
public byte IsDependent; |
|
|
|
public byte IsDependent; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(78)] |
|
|
|
[FieldOffset(98)] |
|
|
|
public byte IsImplicit; |
|
|
|
public byte IsImplicit; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(80)] |
|
|
|
[FieldOffset(100)] |
|
|
|
public global::System.IntPtr CompleteDeclaration; |
|
|
|
public global::System.IntPtr CompleteDeclaration; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(84)] |
|
|
|
[FieldOffset(104)] |
|
|
|
public uint DefinitionOrder; |
|
|
|
public uint DefinitionOrder; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(100)] |
|
|
|
[FieldOffset(120)] |
|
|
|
public global::System.IntPtr OriginalPtr; |
|
|
|
public global::System.IntPtr OriginalPtr; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(124)] |
|
|
|
|
|
|
|
public global::System.IntPtr Comment; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(128)] |
|
|
|
[FieldOffset(128)] |
|
|
|
public CppSharp.Parser.AST.QualifiedType.Internal QualifiedType; |
|
|
|
public CppSharp.Parser.AST.QualifiedType.Internal QualifiedType; |
|
|
|
|
|
|
|
|
|
|
@ -7043,27 +7069,27 @@ namespace CppSharp |
|
|
|
[FieldOffset(20)] |
|
|
|
[FieldOffset(20)] |
|
|
|
public int LineNumberEnd; |
|
|
|
public int LineNumberEnd; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(48)] |
|
|
|
[FieldOffset(96)] |
|
|
|
public global::System.IntPtr Comment; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(76)] |
|
|
|
|
|
|
|
public byte IsIncomplete; |
|
|
|
public byte IsIncomplete; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(77)] |
|
|
|
[FieldOffset(97)] |
|
|
|
public byte IsDependent; |
|
|
|
public byte IsDependent; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(78)] |
|
|
|
[FieldOffset(98)] |
|
|
|
public byte IsImplicit; |
|
|
|
public byte IsImplicit; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(80)] |
|
|
|
[FieldOffset(100)] |
|
|
|
public global::System.IntPtr CompleteDeclaration; |
|
|
|
public global::System.IntPtr CompleteDeclaration; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(84)] |
|
|
|
[FieldOffset(104)] |
|
|
|
public uint DefinitionOrder; |
|
|
|
public uint DefinitionOrder; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(100)] |
|
|
|
[FieldOffset(120)] |
|
|
|
public global::System.IntPtr OriginalPtr; |
|
|
|
public global::System.IntPtr OriginalPtr; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(124)] |
|
|
|
|
|
|
|
public global::System.IntPtr Comment; |
|
|
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.ThisCall, |
|
|
|
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.ThisCall, |
|
|
|
EntryPoint="??0AccessSpecifierDecl@AST@CppParser@CppSharp@@QAE@XZ")] |
|
|
|
EntryPoint="??0AccessSpecifierDecl@AST@CppParser@CppSharp@@QAE@XZ")] |
|
|
@ -7167,27 +7193,27 @@ namespace CppSharp |
|
|
|
[FieldOffset(20)] |
|
|
|
[FieldOffset(20)] |
|
|
|
public int LineNumberEnd; |
|
|
|
public int LineNumberEnd; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(48)] |
|
|
|
[FieldOffset(96)] |
|
|
|
public global::System.IntPtr Comment; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(76)] |
|
|
|
|
|
|
|
public byte IsIncomplete; |
|
|
|
public byte IsIncomplete; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(77)] |
|
|
|
[FieldOffset(97)] |
|
|
|
public byte IsDependent; |
|
|
|
public byte IsDependent; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(78)] |
|
|
|
[FieldOffset(98)] |
|
|
|
public byte IsImplicit; |
|
|
|
public byte IsImplicit; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(80)] |
|
|
|
[FieldOffset(100)] |
|
|
|
public global::System.IntPtr CompleteDeclaration; |
|
|
|
public global::System.IntPtr CompleteDeclaration; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(84)] |
|
|
|
[FieldOffset(104)] |
|
|
|
public uint DefinitionOrder; |
|
|
|
public uint DefinitionOrder; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(100)] |
|
|
|
[FieldOffset(120)] |
|
|
|
public global::System.IntPtr OriginalPtr; |
|
|
|
public global::System.IntPtr OriginalPtr; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(124)] |
|
|
|
|
|
|
|
public global::System.IntPtr Comment; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(232)] |
|
|
|
[FieldOffset(232)] |
|
|
|
public byte IsAnonymous; |
|
|
|
public byte IsAnonymous; |
|
|
|
|
|
|
|
|
|
|
@ -7671,27 +7697,27 @@ namespace CppSharp |
|
|
|
[FieldOffset(20)] |
|
|
|
[FieldOffset(20)] |
|
|
|
public int LineNumberEnd; |
|
|
|
public int LineNumberEnd; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(48)] |
|
|
|
[FieldOffset(96)] |
|
|
|
public global::System.IntPtr Comment; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(76)] |
|
|
|
|
|
|
|
public byte IsIncomplete; |
|
|
|
public byte IsIncomplete; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(77)] |
|
|
|
[FieldOffset(97)] |
|
|
|
public byte IsDependent; |
|
|
|
public byte IsDependent; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(78)] |
|
|
|
[FieldOffset(98)] |
|
|
|
public byte IsImplicit; |
|
|
|
public byte IsImplicit; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(80)] |
|
|
|
[FieldOffset(100)] |
|
|
|
public global::System.IntPtr CompleteDeclaration; |
|
|
|
public global::System.IntPtr CompleteDeclaration; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(84)] |
|
|
|
[FieldOffset(104)] |
|
|
|
public uint DefinitionOrder; |
|
|
|
public uint DefinitionOrder; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(100)] |
|
|
|
[FieldOffset(120)] |
|
|
|
public global::System.IntPtr OriginalPtr; |
|
|
|
public global::System.IntPtr OriginalPtr; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(124)] |
|
|
|
|
|
|
|
public global::System.IntPtr Comment; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(128)] |
|
|
|
[FieldOffset(128)] |
|
|
|
public global::System.IntPtr TemplatedDecl; |
|
|
|
public global::System.IntPtr TemplatedDecl; |
|
|
|
|
|
|
|
|
|
|
@ -7884,27 +7910,27 @@ namespace CppSharp |
|
|
|
[FieldOffset(20)] |
|
|
|
[FieldOffset(20)] |
|
|
|
public int LineNumberEnd; |
|
|
|
public int LineNumberEnd; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(48)] |
|
|
|
[FieldOffset(96)] |
|
|
|
public global::System.IntPtr Comment; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(76)] |
|
|
|
|
|
|
|
public byte IsIncomplete; |
|
|
|
public byte IsIncomplete; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(77)] |
|
|
|
[FieldOffset(97)] |
|
|
|
public byte IsDependent; |
|
|
|
public byte IsDependent; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(78)] |
|
|
|
[FieldOffset(98)] |
|
|
|
public byte IsImplicit; |
|
|
|
public byte IsImplicit; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(80)] |
|
|
|
[FieldOffset(100)] |
|
|
|
public global::System.IntPtr CompleteDeclaration; |
|
|
|
public global::System.IntPtr CompleteDeclaration; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(84)] |
|
|
|
[FieldOffset(104)] |
|
|
|
public uint DefinitionOrder; |
|
|
|
public uint DefinitionOrder; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(100)] |
|
|
|
[FieldOffset(120)] |
|
|
|
public global::System.IntPtr OriginalPtr; |
|
|
|
public global::System.IntPtr OriginalPtr; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(124)] |
|
|
|
|
|
|
|
public global::System.IntPtr Comment; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(128)] |
|
|
|
[FieldOffset(128)] |
|
|
|
public uint Depth; |
|
|
|
public uint Depth; |
|
|
|
|
|
|
|
|
|
|
@ -8057,27 +8083,27 @@ namespace CppSharp |
|
|
|
[FieldOffset(20)] |
|
|
|
[FieldOffset(20)] |
|
|
|
public int LineNumberEnd; |
|
|
|
public int LineNumberEnd; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(48)] |
|
|
|
[FieldOffset(96)] |
|
|
|
public global::System.IntPtr Comment; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(76)] |
|
|
|
|
|
|
|
public byte IsIncomplete; |
|
|
|
public byte IsIncomplete; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(77)] |
|
|
|
[FieldOffset(97)] |
|
|
|
public byte IsDependent; |
|
|
|
public byte IsDependent; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(78)] |
|
|
|
[FieldOffset(98)] |
|
|
|
public byte IsImplicit; |
|
|
|
public byte IsImplicit; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(80)] |
|
|
|
[FieldOffset(100)] |
|
|
|
public global::System.IntPtr CompleteDeclaration; |
|
|
|
public global::System.IntPtr CompleteDeclaration; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(84)] |
|
|
|
[FieldOffset(104)] |
|
|
|
public uint DefinitionOrder; |
|
|
|
public uint DefinitionOrder; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(100)] |
|
|
|
[FieldOffset(120)] |
|
|
|
public global::System.IntPtr OriginalPtr; |
|
|
|
public global::System.IntPtr OriginalPtr; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(124)] |
|
|
|
|
|
|
|
public global::System.IntPtr Comment; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(128)] |
|
|
|
[FieldOffset(128)] |
|
|
|
public uint Depth; |
|
|
|
public uint Depth; |
|
|
|
|
|
|
|
|
|
|
@ -8206,27 +8232,27 @@ namespace CppSharp |
|
|
|
[FieldOffset(20)] |
|
|
|
[FieldOffset(20)] |
|
|
|
public int LineNumberEnd; |
|
|
|
public int LineNumberEnd; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(48)] |
|
|
|
[FieldOffset(96)] |
|
|
|
public global::System.IntPtr Comment; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(76)] |
|
|
|
|
|
|
|
public byte IsIncomplete; |
|
|
|
public byte IsIncomplete; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(77)] |
|
|
|
[FieldOffset(97)] |
|
|
|
public byte IsDependent; |
|
|
|
public byte IsDependent; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(78)] |
|
|
|
[FieldOffset(98)] |
|
|
|
public byte IsImplicit; |
|
|
|
public byte IsImplicit; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(80)] |
|
|
|
[FieldOffset(100)] |
|
|
|
public global::System.IntPtr CompleteDeclaration; |
|
|
|
public global::System.IntPtr CompleteDeclaration; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(84)] |
|
|
|
[FieldOffset(104)] |
|
|
|
public uint DefinitionOrder; |
|
|
|
public uint DefinitionOrder; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(100)] |
|
|
|
[FieldOffset(120)] |
|
|
|
public global::System.IntPtr OriginalPtr; |
|
|
|
public global::System.IntPtr OriginalPtr; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(124)] |
|
|
|
|
|
|
|
public global::System.IntPtr Comment; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(128)] |
|
|
|
[FieldOffset(128)] |
|
|
|
public uint Depth; |
|
|
|
public uint Depth; |
|
|
|
|
|
|
|
|
|
|
@ -8408,27 +8434,27 @@ namespace CppSharp |
|
|
|
[FieldOffset(20)] |
|
|
|
[FieldOffset(20)] |
|
|
|
public int LineNumberEnd; |
|
|
|
public int LineNumberEnd; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(48)] |
|
|
|
[FieldOffset(96)] |
|
|
|
public global::System.IntPtr Comment; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(76)] |
|
|
|
|
|
|
|
public byte IsIncomplete; |
|
|
|
public byte IsIncomplete; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(77)] |
|
|
|
[FieldOffset(97)] |
|
|
|
public byte IsDependent; |
|
|
|
public byte IsDependent; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(78)] |
|
|
|
[FieldOffset(98)] |
|
|
|
public byte IsImplicit; |
|
|
|
public byte IsImplicit; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(80)] |
|
|
|
[FieldOffset(100)] |
|
|
|
public global::System.IntPtr CompleteDeclaration; |
|
|
|
public global::System.IntPtr CompleteDeclaration; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(84)] |
|
|
|
[FieldOffset(104)] |
|
|
|
public uint DefinitionOrder; |
|
|
|
public uint DefinitionOrder; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(100)] |
|
|
|
[FieldOffset(120)] |
|
|
|
public global::System.IntPtr OriginalPtr; |
|
|
|
public global::System.IntPtr OriginalPtr; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(124)] |
|
|
|
|
|
|
|
public global::System.IntPtr Comment; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(128)] |
|
|
|
[FieldOffset(128)] |
|
|
|
public global::System.IntPtr TemplatedDecl; |
|
|
|
public global::System.IntPtr TemplatedDecl; |
|
|
|
|
|
|
|
|
|
|
@ -8588,27 +8614,27 @@ namespace CppSharp |
|
|
|
[FieldOffset(20)] |
|
|
|
[FieldOffset(20)] |
|
|
|
public int LineNumberEnd; |
|
|
|
public int LineNumberEnd; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(48)] |
|
|
|
[FieldOffset(96)] |
|
|
|
public global::System.IntPtr Comment; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(76)] |
|
|
|
|
|
|
|
public byte IsIncomplete; |
|
|
|
public byte IsIncomplete; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(77)] |
|
|
|
[FieldOffset(97)] |
|
|
|
public byte IsDependent; |
|
|
|
public byte IsDependent; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(78)] |
|
|
|
[FieldOffset(98)] |
|
|
|
public byte IsImplicit; |
|
|
|
public byte IsImplicit; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(80)] |
|
|
|
[FieldOffset(100)] |
|
|
|
public global::System.IntPtr CompleteDeclaration; |
|
|
|
public global::System.IntPtr CompleteDeclaration; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(84)] |
|
|
|
[FieldOffset(104)] |
|
|
|
public uint DefinitionOrder; |
|
|
|
public uint DefinitionOrder; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(100)] |
|
|
|
[FieldOffset(120)] |
|
|
|
public global::System.IntPtr OriginalPtr; |
|
|
|
public global::System.IntPtr OriginalPtr; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(124)] |
|
|
|
|
|
|
|
public global::System.IntPtr Comment; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(232)] |
|
|
|
[FieldOffset(232)] |
|
|
|
public byte IsAnonymous; |
|
|
|
public byte IsAnonymous; |
|
|
|
|
|
|
|
|
|
|
@ -8831,27 +8857,27 @@ namespace CppSharp |
|
|
|
[FieldOffset(20)] |
|
|
|
[FieldOffset(20)] |
|
|
|
public int LineNumberEnd; |
|
|
|
public int LineNumberEnd; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(48)] |
|
|
|
[FieldOffset(96)] |
|
|
|
public global::System.IntPtr Comment; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(76)] |
|
|
|
|
|
|
|
public byte IsIncomplete; |
|
|
|
public byte IsIncomplete; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(77)] |
|
|
|
[FieldOffset(97)] |
|
|
|
public byte IsDependent; |
|
|
|
public byte IsDependent; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(78)] |
|
|
|
[FieldOffset(98)] |
|
|
|
public byte IsImplicit; |
|
|
|
public byte IsImplicit; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(80)] |
|
|
|
[FieldOffset(100)] |
|
|
|
public global::System.IntPtr CompleteDeclaration; |
|
|
|
public global::System.IntPtr CompleteDeclaration; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(84)] |
|
|
|
[FieldOffset(104)] |
|
|
|
public uint DefinitionOrder; |
|
|
|
public uint DefinitionOrder; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(100)] |
|
|
|
[FieldOffset(120)] |
|
|
|
public global::System.IntPtr OriginalPtr; |
|
|
|
public global::System.IntPtr OriginalPtr; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(124)] |
|
|
|
|
|
|
|
public global::System.IntPtr Comment; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(232)] |
|
|
|
[FieldOffset(232)] |
|
|
|
public byte IsAnonymous; |
|
|
|
public byte IsAnonymous; |
|
|
|
|
|
|
|
|
|
|
@ -8994,27 +9020,27 @@ namespace CppSharp |
|
|
|
[FieldOffset(20)] |
|
|
|
[FieldOffset(20)] |
|
|
|
public int LineNumberEnd; |
|
|
|
public int LineNumberEnd; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(48)] |
|
|
|
[FieldOffset(96)] |
|
|
|
public global::System.IntPtr Comment; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(76)] |
|
|
|
|
|
|
|
public byte IsIncomplete; |
|
|
|
public byte IsIncomplete; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(77)] |
|
|
|
[FieldOffset(97)] |
|
|
|
public byte IsDependent; |
|
|
|
public byte IsDependent; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(78)] |
|
|
|
[FieldOffset(98)] |
|
|
|
public byte IsImplicit; |
|
|
|
public byte IsImplicit; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(80)] |
|
|
|
[FieldOffset(100)] |
|
|
|
public global::System.IntPtr CompleteDeclaration; |
|
|
|
public global::System.IntPtr CompleteDeclaration; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(84)] |
|
|
|
[FieldOffset(104)] |
|
|
|
public uint DefinitionOrder; |
|
|
|
public uint DefinitionOrder; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(100)] |
|
|
|
[FieldOffset(120)] |
|
|
|
public global::System.IntPtr OriginalPtr; |
|
|
|
public global::System.IntPtr OriginalPtr; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(124)] |
|
|
|
|
|
|
|
public global::System.IntPtr Comment; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(128)] |
|
|
|
[FieldOffset(128)] |
|
|
|
public global::System.IntPtr TemplatedDecl; |
|
|
|
public global::System.IntPtr TemplatedDecl; |
|
|
|
|
|
|
|
|
|
|
@ -9375,27 +9401,27 @@ namespace CppSharp |
|
|
|
[FieldOffset(20)] |
|
|
|
[FieldOffset(20)] |
|
|
|
public int LineNumberEnd; |
|
|
|
public int LineNumberEnd; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(48)] |
|
|
|
[FieldOffset(96)] |
|
|
|
public global::System.IntPtr Comment; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(76)] |
|
|
|
|
|
|
|
public byte IsIncomplete; |
|
|
|
public byte IsIncomplete; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(77)] |
|
|
|
[FieldOffset(97)] |
|
|
|
public byte IsDependent; |
|
|
|
public byte IsDependent; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(78)] |
|
|
|
[FieldOffset(98)] |
|
|
|
public byte IsImplicit; |
|
|
|
public byte IsImplicit; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(80)] |
|
|
|
[FieldOffset(100)] |
|
|
|
public global::System.IntPtr CompleteDeclaration; |
|
|
|
public global::System.IntPtr CompleteDeclaration; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(84)] |
|
|
|
[FieldOffset(104)] |
|
|
|
public uint DefinitionOrder; |
|
|
|
public uint DefinitionOrder; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(100)] |
|
|
|
[FieldOffset(120)] |
|
|
|
public global::System.IntPtr OriginalPtr; |
|
|
|
public global::System.IntPtr OriginalPtr; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(124)] |
|
|
|
|
|
|
|
public global::System.IntPtr Comment; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(232)] |
|
|
|
[FieldOffset(232)] |
|
|
|
public byte IsAnonymous; |
|
|
|
public byte IsAnonymous; |
|
|
|
|
|
|
|
|
|
|
@ -9996,27 +10022,27 @@ namespace CppSharp |
|
|
|
[FieldOffset(20)] |
|
|
|
[FieldOffset(20)] |
|
|
|
public int LineNumberEnd; |
|
|
|
public int LineNumberEnd; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(48)] |
|
|
|
[FieldOffset(96)] |
|
|
|
public global::System.IntPtr Comment; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(76)] |
|
|
|
|
|
|
|
public byte IsIncomplete; |
|
|
|
public byte IsIncomplete; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(77)] |
|
|
|
[FieldOffset(97)] |
|
|
|
public byte IsDependent; |
|
|
|
public byte IsDependent; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(78)] |
|
|
|
[FieldOffset(98)] |
|
|
|
public byte IsImplicit; |
|
|
|
public byte IsImplicit; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(80)] |
|
|
|
[FieldOffset(100)] |
|
|
|
public global::System.IntPtr CompleteDeclaration; |
|
|
|
public global::System.IntPtr CompleteDeclaration; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(84)] |
|
|
|
[FieldOffset(104)] |
|
|
|
public uint DefinitionOrder; |
|
|
|
public uint DefinitionOrder; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(100)] |
|
|
|
[FieldOffset(120)] |
|
|
|
public global::System.IntPtr OriginalPtr; |
|
|
|
public global::System.IntPtr OriginalPtr; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(124)] |
|
|
|
|
|
|
|
public global::System.IntPtr Comment; |
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(232)] |
|
|
|
[FieldOffset(232)] |
|
|
|
public byte IsAnonymous; |
|
|
|
public byte IsAnonymous; |
|
|
|
|
|
|
|
|
|
|
|