|
|
|
@ -3438,6 +3438,9 @@ namespace CppSharp
@@ -3438,6 +3438,9 @@ namespace CppSharp
|
|
|
|
|
[FieldOffset(77)] |
|
|
|
|
public byte IsDependent; |
|
|
|
|
|
|
|
|
|
[FieldOffset(78)] |
|
|
|
|
public byte IsImplicit; |
|
|
|
|
|
|
|
|
|
[FieldOffset(80)] |
|
|
|
|
public global::System.IntPtr CompleteDeclaration; |
|
|
|
|
|
|
|
|
@ -3768,6 +3771,19 @@ namespace CppSharp
@@ -3768,6 +3771,19 @@ namespace CppSharp
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public bool IsImplicit |
|
|
|
|
{ |
|
|
|
|
get |
|
|
|
|
{ |
|
|
|
|
return ((Internal*) __Instance)->IsImplicit != 0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
set |
|
|
|
|
{ |
|
|
|
|
((Internal*) __Instance)->IsImplicit = (byte) (value ? 1 : 0); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public CppSharp.Parser.AST.Declaration CompleteDeclaration |
|
|
|
|
{ |
|
|
|
|
get |
|
|
|
@ -3845,6 +3861,9 @@ namespace CppSharp
@@ -3845,6 +3861,9 @@ namespace CppSharp
|
|
|
|
|
[FieldOffset(77)] |
|
|
|
|
public byte IsDependent; |
|
|
|
|
|
|
|
|
|
[FieldOffset(78)] |
|
|
|
|
public byte IsImplicit; |
|
|
|
|
|
|
|
|
|
[FieldOffset(80)] |
|
|
|
|
public global::System.IntPtr CompleteDeclaration; |
|
|
|
|
|
|
|
|
@ -4407,6 +4426,9 @@ namespace CppSharp
@@ -4407,6 +4426,9 @@ namespace CppSharp
|
|
|
|
|
[FieldOffset(77)] |
|
|
|
|
public byte IsDependent; |
|
|
|
|
|
|
|
|
|
[FieldOffset(78)] |
|
|
|
|
public byte IsImplicit; |
|
|
|
|
|
|
|
|
|
[FieldOffset(80)] |
|
|
|
|
public global::System.IntPtr CompleteDeclaration; |
|
|
|
|
|
|
|
|
@ -4544,6 +4566,9 @@ namespace CppSharp
@@ -4544,6 +4566,9 @@ namespace CppSharp
|
|
|
|
|
[FieldOffset(77)] |
|
|
|
|
public byte IsDependent; |
|
|
|
|
|
|
|
|
|
[FieldOffset(78)] |
|
|
|
|
public byte IsImplicit; |
|
|
|
|
|
|
|
|
|
[FieldOffset(80)] |
|
|
|
|
public global::System.IntPtr CompleteDeclaration; |
|
|
|
|
|
|
|
|
@ -5312,6 +5337,9 @@ namespace CppSharp
@@ -5312,6 +5337,9 @@ namespace CppSharp
|
|
|
|
|
[FieldOffset(77)] |
|
|
|
|
public byte IsDependent; |
|
|
|
|
|
|
|
|
|
[FieldOffset(78)] |
|
|
|
|
public byte IsImplicit; |
|
|
|
|
|
|
|
|
|
[FieldOffset(80)] |
|
|
|
|
public global::System.IntPtr CompleteDeclaration; |
|
|
|
|
|
|
|
|
@ -5518,6 +5546,9 @@ namespace CppSharp
@@ -5518,6 +5546,9 @@ namespace CppSharp
|
|
|
|
|
[FieldOffset(77)] |
|
|
|
|
public byte IsDependent; |
|
|
|
|
|
|
|
|
|
[FieldOffset(78)] |
|
|
|
|
public byte IsImplicit; |
|
|
|
|
|
|
|
|
|
[FieldOffset(80)] |
|
|
|
|
public global::System.IntPtr CompleteDeclaration; |
|
|
|
|
|
|
|
|
@ -5909,6 +5940,9 @@ namespace CppSharp
@@ -5909,6 +5940,9 @@ namespace CppSharp
|
|
|
|
|
[FieldOffset(77)] |
|
|
|
|
public byte IsDependent; |
|
|
|
|
|
|
|
|
|
[FieldOffset(78)] |
|
|
|
|
public byte IsImplicit; |
|
|
|
|
|
|
|
|
|
[FieldOffset(80)] |
|
|
|
|
public global::System.IntPtr CompleteDeclaration; |
|
|
|
|
|
|
|
|
@ -5958,12 +5992,9 @@ namespace CppSharp
@@ -5958,12 +5992,9 @@ namespace CppSharp
|
|
|
|
|
public byte IsConst; |
|
|
|
|
|
|
|
|
|
[FieldOffset(219)] |
|
|
|
|
public byte IsImplicit; |
|
|
|
|
|
|
|
|
|
[FieldOffset(220)] |
|
|
|
|
public byte IsExplicit; |
|
|
|
|
|
|
|
|
|
[FieldOffset(221)] |
|
|
|
|
[FieldOffset(220)] |
|
|
|
|
public byte IsOverride; |
|
|
|
|
|
|
|
|
|
[FieldOffset(224)] |
|
|
|
@ -6099,19 +6130,6 @@ namespace CppSharp
@@ -6099,19 +6130,6 @@ namespace CppSharp
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public bool IsImplicit |
|
|
|
|
{ |
|
|
|
|
get |
|
|
|
|
{ |
|
|
|
|
return ((Internal*) __Instance)->IsImplicit != 0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
set |
|
|
|
|
{ |
|
|
|
|
((Internal*) __Instance)->IsImplicit = (byte) (value ? 1 : 0); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public bool IsExplicit |
|
|
|
|
{ |
|
|
|
|
get |
|
|
|
@ -6236,6 +6254,9 @@ namespace CppSharp
@@ -6236,6 +6254,9 @@ namespace CppSharp
|
|
|
|
|
[FieldOffset(77)] |
|
|
|
|
public byte IsDependent; |
|
|
|
|
|
|
|
|
|
[FieldOffset(78)] |
|
|
|
|
public byte IsImplicit; |
|
|
|
|
|
|
|
|
|
[FieldOffset(80)] |
|
|
|
|
public global::System.IntPtr CompleteDeclaration; |
|
|
|
|
|
|
|
|
@ -6333,6 +6354,9 @@ namespace CppSharp
@@ -6333,6 +6354,9 @@ namespace CppSharp
|
|
|
|
|
[FieldOffset(77)] |
|
|
|
|
public byte IsDependent; |
|
|
|
|
|
|
|
|
|
[FieldOffset(78)] |
|
|
|
|
public byte IsImplicit; |
|
|
|
|
|
|
|
|
|
[FieldOffset(80)] |
|
|
|
|
public global::System.IntPtr CompleteDeclaration; |
|
|
|
|
|
|
|
|
@ -6642,6 +6666,9 @@ namespace CppSharp
@@ -6642,6 +6666,9 @@ namespace CppSharp
|
|
|
|
|
[FieldOffset(77)] |
|
|
|
|
public byte IsDependent; |
|
|
|
|
|
|
|
|
|
[FieldOffset(78)] |
|
|
|
|
public byte IsImplicit; |
|
|
|
|
|
|
|
|
|
[FieldOffset(80)] |
|
|
|
|
public global::System.IntPtr CompleteDeclaration; |
|
|
|
|
|
|
|
|
@ -6959,6 +6986,9 @@ namespace CppSharp
@@ -6959,6 +6986,9 @@ namespace CppSharp
|
|
|
|
|
[FieldOffset(77)] |
|
|
|
|
public byte IsDependent; |
|
|
|
|
|
|
|
|
|
[FieldOffset(78)] |
|
|
|
|
public byte IsImplicit; |
|
|
|
|
|
|
|
|
|
[FieldOffset(80)] |
|
|
|
|
public global::System.IntPtr CompleteDeclaration; |
|
|
|
|
|
|
|
|
@ -7165,6 +7195,9 @@ namespace CppSharp
@@ -7165,6 +7195,9 @@ namespace CppSharp
|
|
|
|
|
[FieldOffset(77)] |
|
|
|
|
public byte IsDependent; |
|
|
|
|
|
|
|
|
|
[FieldOffset(78)] |
|
|
|
|
public byte IsImplicit; |
|
|
|
|
|
|
|
|
|
[FieldOffset(80)] |
|
|
|
|
public global::System.IntPtr CompleteDeclaration; |
|
|
|
|
|
|
|
|
@ -7286,6 +7319,9 @@ namespace CppSharp
@@ -7286,6 +7319,9 @@ namespace CppSharp
|
|
|
|
|
[FieldOffset(77)] |
|
|
|
|
public byte IsDependent; |
|
|
|
|
|
|
|
|
|
[FieldOffset(78)] |
|
|
|
|
public byte IsImplicit; |
|
|
|
|
|
|
|
|
|
[FieldOffset(80)] |
|
|
|
|
public global::System.IntPtr CompleteDeclaration; |
|
|
|
|
|
|
|
|
@ -7787,6 +7823,9 @@ namespace CppSharp
@@ -7787,6 +7823,9 @@ namespace CppSharp
|
|
|
|
|
[FieldOffset(77)] |
|
|
|
|
public byte IsDependent; |
|
|
|
|
|
|
|
|
|
[FieldOffset(78)] |
|
|
|
|
public byte IsImplicit; |
|
|
|
|
|
|
|
|
|
[FieldOffset(80)] |
|
|
|
|
public global::System.IntPtr CompleteDeclaration; |
|
|
|
|
|
|
|
|
@ -7993,6 +8032,9 @@ namespace CppSharp
@@ -7993,6 +8032,9 @@ namespace CppSharp
|
|
|
|
|
[FieldOffset(77)] |
|
|
|
|
public byte IsDependent; |
|
|
|
|
|
|
|
|
|
[FieldOffset(78)] |
|
|
|
|
public byte IsImplicit; |
|
|
|
|
|
|
|
|
|
[FieldOffset(80)] |
|
|
|
|
public global::System.IntPtr CompleteDeclaration; |
|
|
|
|
|
|
|
|
@ -8170,6 +8212,9 @@ namespace CppSharp
@@ -8170,6 +8212,9 @@ namespace CppSharp
|
|
|
|
|
[FieldOffset(77)] |
|
|
|
|
public byte IsDependent; |
|
|
|
|
|
|
|
|
|
[FieldOffset(78)] |
|
|
|
|
public byte IsImplicit; |
|
|
|
|
|
|
|
|
|
[FieldOffset(80)] |
|
|
|
|
public global::System.IntPtr CompleteDeclaration; |
|
|
|
|
|
|
|
|
@ -8410,6 +8455,9 @@ namespace CppSharp
@@ -8410,6 +8455,9 @@ namespace CppSharp
|
|
|
|
|
[FieldOffset(77)] |
|
|
|
|
public byte IsDependent; |
|
|
|
|
|
|
|
|
|
[FieldOffset(78)] |
|
|
|
|
public byte IsImplicit; |
|
|
|
|
|
|
|
|
|
[FieldOffset(80)] |
|
|
|
|
public global::System.IntPtr CompleteDeclaration; |
|
|
|
|
|
|
|
|
@ -8570,6 +8618,9 @@ namespace CppSharp
@@ -8570,6 +8618,9 @@ namespace CppSharp
|
|
|
|
|
[FieldOffset(77)] |
|
|
|
|
public byte IsDependent; |
|
|
|
|
|
|
|
|
|
[FieldOffset(78)] |
|
|
|
|
public byte IsImplicit; |
|
|
|
|
|
|
|
|
|
[FieldOffset(80)] |
|
|
|
|
public global::System.IntPtr CompleteDeclaration; |
|
|
|
|
|
|
|
|
@ -8948,6 +8999,9 @@ namespace CppSharp
@@ -8948,6 +8999,9 @@ namespace CppSharp
|
|
|
|
|
[FieldOffset(77)] |
|
|
|
|
public byte IsDependent; |
|
|
|
|
|
|
|
|
|
[FieldOffset(78)] |
|
|
|
|
public byte IsImplicit; |
|
|
|
|
|
|
|
|
|
[FieldOffset(80)] |
|
|
|
|
public global::System.IntPtr CompleteDeclaration; |
|
|
|
|
|
|
|
|
@ -9566,6 +9620,9 @@ namespace CppSharp
@@ -9566,6 +9620,9 @@ namespace CppSharp
|
|
|
|
|
[FieldOffset(77)] |
|
|
|
|
public byte IsDependent; |
|
|
|
|
|
|
|
|
|
[FieldOffset(78)] |
|
|
|
|
public byte IsImplicit; |
|
|
|
|
|
|
|
|
|
[FieldOffset(80)] |
|
|
|
|
public global::System.IntPtr CompleteDeclaration; |
|
|
|
|
|
|
|
|
@ -9772,7 +9829,7 @@ namespace CppSharp
@@ -9772,7 +9829,7 @@ namespace CppSharp
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.ThisCall, |
|
|
|
|
EntryPoint="??0NativeLibrary@AST@CppParser@CppSharp@@QAE@ABV0123@@Z")] |
|
|
|
|
internal static extern global::System.IntPtr cctor_2(global::System.IntPtr instance, global::System.IntPtr _0); |
|
|
|
|
internal static extern global::System.IntPtr cctor_1(global::System.IntPtr instance, global::System.IntPtr _0); |
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.ThisCall, |
|
|
|
@ -9851,7 +9908,7 @@ namespace CppSharp
@@ -9851,7 +9908,7 @@ namespace CppSharp
|
|
|
|
|
private static NativeLibrary.Internal* __CopyValue(NativeLibrary.Internal native) |
|
|
|
|
{ |
|
|
|
|
var ret = Marshal.AllocHGlobal(52); |
|
|
|
|
CppSharp.Parser.AST.NativeLibrary.Internal.cctor_2(ret, new global::System.IntPtr(&native)); |
|
|
|
|
CppSharp.Parser.AST.NativeLibrary.Internal.cctor_1(ret, new global::System.IntPtr(&native)); |
|
|
|
|
return (NativeLibrary.Internal*) ret; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -9885,7 +9942,7 @@ namespace CppSharp
@@ -9885,7 +9942,7 @@ namespace CppSharp
|
|
|
|
|
if (ReferenceEquals(_0, null)) |
|
|
|
|
throw new global::System.ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
var arg0 = _0.__Instance; |
|
|
|
|
Internal.cctor_2((__Instance + __PointerAdjustment), arg0); |
|
|
|
|
Internal.cctor_1((__Instance + __PointerAdjustment), arg0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void Dispose() |
|
|
|
|