|
|
|
@ -691,7 +691,7 @@ namespace CppSharp
@@ -691,7 +691,7 @@ namespace CppSharp
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.ThisCall, |
|
|
|
|
EntryPoint="??0TagType@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); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
internal static new TagType __CreateInstance(global::System.IntPtr native, bool skipVTables = false) |
|
|
|
@ -707,7 +707,7 @@ namespace CppSharp
@@ -707,7 +707,7 @@ namespace CppSharp
|
|
|
|
|
private static void* __CopyValue(TagType.__Internal native) |
|
|
|
|
{ |
|
|
|
|
var ret = Marshal.AllocHGlobal(12); |
|
|
|
|
global::CppSharp.Parser.AST.TagType.__Internal.cctor_2(ret, new global::System.IntPtr(&native)); |
|
|
|
|
global::CppSharp.Parser.AST.TagType.__Internal.cctor_1(ret, new global::System.IntPtr(&native)); |
|
|
|
|
return ret.ToPointer(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -745,7 +745,7 @@ namespace CppSharp
@@ -745,7 +745,7 @@ namespace CppSharp
|
|
|
|
|
if (ReferenceEquals(_0, null)) |
|
|
|
|
throw new global::System.ArgumentNullException("_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 global::CppSharp.Parser.AST.Declaration Declaration |
|
|
|
@ -798,7 +798,7 @@ namespace CppSharp
@@ -798,7 +798,7 @@ namespace CppSharp
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.ThisCall, |
|
|
|
|
EntryPoint="??0ArrayType@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); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public enum ArraySize |
|
|
|
@ -822,7 +822,7 @@ namespace CppSharp
@@ -822,7 +822,7 @@ namespace CppSharp
|
|
|
|
|
private static void* __CopyValue(ArrayType.__Internal native) |
|
|
|
|
{ |
|
|
|
|
var ret = Marshal.AllocHGlobal(28); |
|
|
|
|
global::CppSharp.Parser.AST.ArrayType.__Internal.cctor_2(ret, new global::System.IntPtr(&native)); |
|
|
|
|
global::CppSharp.Parser.AST.ArrayType.__Internal.cctor_1(ret, new global::System.IntPtr(&native)); |
|
|
|
|
return ret.ToPointer(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -860,7 +860,7 @@ namespace CppSharp
@@ -860,7 +860,7 @@ namespace CppSharp
|
|
|
|
|
if (ReferenceEquals(_0, null)) |
|
|
|
|
throw new global::System.ArgumentNullException("_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 global::CppSharp.Parser.AST.QualifiedType QualifiedType |
|
|
|
@ -1137,7 +1137,7 @@ namespace CppSharp
@@ -1137,7 +1137,7 @@ namespace CppSharp
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.ThisCall, |
|
|
|
|
EntryPoint="??0PointerType@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); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public enum TypeModifier |
|
|
|
@ -1161,7 +1161,7 @@ namespace CppSharp
@@ -1161,7 +1161,7 @@ namespace CppSharp
|
|
|
|
|
private static void* __CopyValue(PointerType.__Internal native) |
|
|
|
|
{ |
|
|
|
|
var ret = Marshal.AllocHGlobal(20); |
|
|
|
|
global::CppSharp.Parser.AST.PointerType.__Internal.cctor_2(ret, new global::System.IntPtr(&native)); |
|
|
|
|
global::CppSharp.Parser.AST.PointerType.__Internal.cctor_1(ret, new global::System.IntPtr(&native)); |
|
|
|
|
return ret.ToPointer(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -1199,7 +1199,7 @@ namespace CppSharp
@@ -1199,7 +1199,7 @@ namespace CppSharp
|
|
|
|
|
if (ReferenceEquals(_0, null)) |
|
|
|
|
throw new global::System.ArgumentNullException("_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 global::CppSharp.Parser.AST.QualifiedType QualifiedPointee |
|
|
|
@ -1251,7 +1251,7 @@ namespace CppSharp
@@ -1251,7 +1251,7 @@ namespace CppSharp
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.ThisCall, |
|
|
|
|
EntryPoint="??0MemberPointerType@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); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
internal static new MemberPointerType __CreateInstance(global::System.IntPtr native, bool skipVTables = false) |
|
|
|
@ -1267,7 +1267,7 @@ namespace CppSharp
@@ -1267,7 +1267,7 @@ namespace CppSharp
|
|
|
|
|
private static void* __CopyValue(MemberPointerType.__Internal native) |
|
|
|
|
{ |
|
|
|
|
var ret = Marshal.AllocHGlobal(16); |
|
|
|
|
global::CppSharp.Parser.AST.MemberPointerType.__Internal.cctor_2(ret, new global::System.IntPtr(&native)); |
|
|
|
|
global::CppSharp.Parser.AST.MemberPointerType.__Internal.cctor_1(ret, new global::System.IntPtr(&native)); |
|
|
|
|
return ret.ToPointer(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -1305,7 +1305,7 @@ namespace CppSharp
@@ -1305,7 +1305,7 @@ namespace CppSharp
|
|
|
|
|
if (ReferenceEquals(_0, null)) |
|
|
|
|
throw new global::System.ArgumentNullException("_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 global::CppSharp.Parser.AST.QualifiedType Pointee |
|
|
|
@ -1344,7 +1344,7 @@ namespace CppSharp
@@ -1344,7 +1344,7 @@ namespace CppSharp
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.ThisCall, |
|
|
|
|
EntryPoint="??0TypedefType@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); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
internal static new TypedefType __CreateInstance(global::System.IntPtr native, bool skipVTables = false) |
|
|
|
@ -1360,7 +1360,7 @@ namespace CppSharp
@@ -1360,7 +1360,7 @@ namespace CppSharp
|
|
|
|
|
private static void* __CopyValue(TypedefType.__Internal native) |
|
|
|
|
{ |
|
|
|
|
var ret = Marshal.AllocHGlobal(12); |
|
|
|
|
global::CppSharp.Parser.AST.TypedefType.__Internal.cctor_2(ret, new global::System.IntPtr(&native)); |
|
|
|
|
global::CppSharp.Parser.AST.TypedefType.__Internal.cctor_1(ret, new global::System.IntPtr(&native)); |
|
|
|
|
return ret.ToPointer(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -1398,7 +1398,7 @@ namespace CppSharp
@@ -1398,7 +1398,7 @@ namespace CppSharp
|
|
|
|
|
if (ReferenceEquals(_0, null)) |
|
|
|
|
throw new global::System.ArgumentNullException("_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 global::CppSharp.Parser.AST.TypedefNameDecl Declaration |
|
|
|
@ -1445,7 +1445,7 @@ namespace CppSharp
@@ -1445,7 +1445,7 @@ namespace CppSharp
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.ThisCall, |
|
|
|
|
EntryPoint="??0AttributedType@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); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
internal static new AttributedType __CreateInstance(global::System.IntPtr native, bool skipVTables = false) |
|
|
|
@ -1461,7 +1461,7 @@ namespace CppSharp
@@ -1461,7 +1461,7 @@ namespace CppSharp
|
|
|
|
|
private static void* __CopyValue(AttributedType.__Internal native) |
|
|
|
|
{ |
|
|
|
|
var ret = Marshal.AllocHGlobal(24); |
|
|
|
|
global::CppSharp.Parser.AST.AttributedType.__Internal.cctor_2(ret, new global::System.IntPtr(&native)); |
|
|
|
|
global::CppSharp.Parser.AST.AttributedType.__Internal.cctor_1(ret, new global::System.IntPtr(&native)); |
|
|
|
|
return ret.ToPointer(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -1499,7 +1499,7 @@ namespace CppSharp
@@ -1499,7 +1499,7 @@ namespace CppSharp
|
|
|
|
|
if (ReferenceEquals(_0, null)) |
|
|
|
|
throw new global::System.ArgumentNullException("_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 global::CppSharp.Parser.AST.QualifiedType Modified |
|
|
|
@ -1557,7 +1557,7 @@ namespace CppSharp
@@ -1557,7 +1557,7 @@ namespace CppSharp
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.ThisCall, |
|
|
|
|
EntryPoint="??0DecayedType@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); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
internal static new DecayedType __CreateInstance(global::System.IntPtr native, bool skipVTables = false) |
|
|
|
@ -1573,7 +1573,7 @@ namespace CppSharp
@@ -1573,7 +1573,7 @@ namespace CppSharp
|
|
|
|
|
private static void* __CopyValue(DecayedType.__Internal native) |
|
|
|
|
{ |
|
|
|
|
var ret = Marshal.AllocHGlobal(32); |
|
|
|
|
global::CppSharp.Parser.AST.DecayedType.__Internal.cctor_2(ret, new global::System.IntPtr(&native)); |
|
|
|
|
global::CppSharp.Parser.AST.DecayedType.__Internal.cctor_1(ret, new global::System.IntPtr(&native)); |
|
|
|
|
return ret.ToPointer(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -1611,7 +1611,7 @@ namespace CppSharp
@@ -1611,7 +1611,7 @@ namespace CppSharp
|
|
|
|
|
if (ReferenceEquals(_0, null)) |
|
|
|
|
throw new global::System.ArgumentNullException("_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 global::CppSharp.Parser.AST.QualifiedType Decayed |
|
|
|
@ -2347,7 +2347,7 @@ namespace CppSharp
@@ -2347,7 +2347,7 @@ namespace CppSharp
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.ThisCall, |
|
|
|
|
EntryPoint="??0TemplateParameterSubstitutionType@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); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
internal static new TemplateParameterSubstitutionType __CreateInstance(global::System.IntPtr native, bool skipVTables = false) |
|
|
|
@ -2363,7 +2363,7 @@ namespace CppSharp
@@ -2363,7 +2363,7 @@ namespace CppSharp
|
|
|
|
|
private static void* __CopyValue(TemplateParameterSubstitutionType.__Internal native) |
|
|
|
|
{ |
|
|
|
|
var ret = Marshal.AllocHGlobal(20); |
|
|
|
|
global::CppSharp.Parser.AST.TemplateParameterSubstitutionType.__Internal.cctor_2(ret, new global::System.IntPtr(&native)); |
|
|
|
|
global::CppSharp.Parser.AST.TemplateParameterSubstitutionType.__Internal.cctor_1(ret, new global::System.IntPtr(&native)); |
|
|
|
|
return ret.ToPointer(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -2401,7 +2401,7 @@ namespace CppSharp
@@ -2401,7 +2401,7 @@ namespace CppSharp
|
|
|
|
|
if (ReferenceEquals(_0, null)) |
|
|
|
|
throw new global::System.ArgumentNullException("_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 global::CppSharp.Parser.AST.QualifiedType Replacement |
|
|
|
@ -2461,7 +2461,7 @@ namespace CppSharp
@@ -2461,7 +2461,7 @@ namespace CppSharp
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.ThisCall, |
|
|
|
|
EntryPoint="??0InjectedClassNameType@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); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
internal static new InjectedClassNameType __CreateInstance(global::System.IntPtr native, bool skipVTables = false) |
|
|
|
@ -2477,7 +2477,7 @@ namespace CppSharp
@@ -2477,7 +2477,7 @@ namespace CppSharp
|
|
|
|
|
private static void* __CopyValue(InjectedClassNameType.__Internal native) |
|
|
|
|
{ |
|
|
|
|
var ret = Marshal.AllocHGlobal(20); |
|
|
|
|
global::CppSharp.Parser.AST.InjectedClassNameType.__Internal.cctor_2(ret, new global::System.IntPtr(&native)); |
|
|
|
|
global::CppSharp.Parser.AST.InjectedClassNameType.__Internal.cctor_1(ret, new global::System.IntPtr(&native)); |
|
|
|
|
return ret.ToPointer(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -2515,7 +2515,7 @@ namespace CppSharp
@@ -2515,7 +2515,7 @@ namespace CppSharp
|
|
|
|
|
if (ReferenceEquals(_0, null)) |
|
|
|
|
throw new global::System.ArgumentNullException("_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 global::CppSharp.Parser.AST.QualifiedType InjectedSpecializationType |
|
|
|
@ -2572,7 +2572,7 @@ namespace CppSharp
@@ -2572,7 +2572,7 @@ namespace CppSharp
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.ThisCall, |
|
|
|
|
EntryPoint="??0DependentNameType@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); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
internal static new DependentNameType __CreateInstance(global::System.IntPtr native, bool skipVTables = false) |
|
|
|
@ -2588,7 +2588,7 @@ namespace CppSharp
@@ -2588,7 +2588,7 @@ namespace CppSharp
|
|
|
|
|
private static void* __CopyValue(DependentNameType.__Internal native) |
|
|
|
|
{ |
|
|
|
|
var ret = Marshal.AllocHGlobal(16); |
|
|
|
|
global::CppSharp.Parser.AST.DependentNameType.__Internal.cctor_2(ret, new global::System.IntPtr(&native)); |
|
|
|
|
global::CppSharp.Parser.AST.DependentNameType.__Internal.cctor_1(ret, new global::System.IntPtr(&native)); |
|
|
|
|
return ret.ToPointer(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -2626,7 +2626,7 @@ namespace CppSharp
@@ -2626,7 +2626,7 @@ namespace CppSharp
|
|
|
|
|
if (ReferenceEquals(_0, null)) |
|
|
|
|
throw new global::System.ArgumentNullException("_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 global::CppSharp.Parser.AST.QualifiedType Desugared |
|
|
|
@ -2662,7 +2662,7 @@ namespace CppSharp
@@ -2662,7 +2662,7 @@ namespace CppSharp
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.ThisCall, |
|
|
|
|
EntryPoint="??0PackExpansionType@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); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
internal static new PackExpansionType __CreateInstance(global::System.IntPtr native, bool skipVTables = false) |
|
|
|
@ -2678,7 +2678,7 @@ namespace CppSharp
@@ -2678,7 +2678,7 @@ namespace CppSharp
|
|
|
|
|
private static void* __CopyValue(PackExpansionType.__Internal native) |
|
|
|
|
{ |
|
|
|
|
var ret = Marshal.AllocHGlobal(8); |
|
|
|
|
global::CppSharp.Parser.AST.PackExpansionType.__Internal.cctor_2(ret, new global::System.IntPtr(&native)); |
|
|
|
|
global::CppSharp.Parser.AST.PackExpansionType.__Internal.cctor_1(ret, new global::System.IntPtr(&native)); |
|
|
|
|
return ret.ToPointer(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -2716,7 +2716,7 @@ namespace CppSharp
@@ -2716,7 +2716,7 @@ namespace CppSharp
|
|
|
|
|
if (ReferenceEquals(_0, null)) |
|
|
|
|
throw new global::System.ArgumentNullException("_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); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -2745,7 +2745,7 @@ namespace CppSharp
@@ -2745,7 +2745,7 @@ namespace CppSharp
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.ThisCall, |
|
|
|
|
EntryPoint="??0UnaryTransformType@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); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
internal static new UnaryTransformType __CreateInstance(global::System.IntPtr native, bool skipVTables = false) |
|
|
|
@ -2761,7 +2761,7 @@ namespace CppSharp
@@ -2761,7 +2761,7 @@ namespace CppSharp
|
|
|
|
|
private static void* __CopyValue(UnaryTransformType.__Internal native) |
|
|
|
|
{ |
|
|
|
|
var ret = Marshal.AllocHGlobal(24); |
|
|
|
|
global::CppSharp.Parser.AST.UnaryTransformType.__Internal.cctor_2(ret, new global::System.IntPtr(&native)); |
|
|
|
|
global::CppSharp.Parser.AST.UnaryTransformType.__Internal.cctor_1(ret, new global::System.IntPtr(&native)); |
|
|
|
|
return ret.ToPointer(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -2799,7 +2799,7 @@ namespace CppSharp
@@ -2799,7 +2799,7 @@ namespace CppSharp
|
|
|
|
|
if (ReferenceEquals(_0, null)) |
|
|
|
|
throw new global::System.ArgumentNullException("_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 global::CppSharp.Parser.AST.QualifiedType Desugared |
|
|
|
@ -2854,7 +2854,7 @@ namespace CppSharp
@@ -2854,7 +2854,7 @@ namespace CppSharp
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.ThisCall, |
|
|
|
|
EntryPoint="??0VectorType@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); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
internal static new VectorType __CreateInstance(global::System.IntPtr native, bool skipVTables = false) |
|
|
|
@ -2870,7 +2870,7 @@ namespace CppSharp
@@ -2870,7 +2870,7 @@ namespace CppSharp
|
|
|
|
|
private static void* __CopyValue(VectorType.__Internal native) |
|
|
|
|
{ |
|
|
|
|
var ret = Marshal.AllocHGlobal(20); |
|
|
|
|
global::CppSharp.Parser.AST.VectorType.__Internal.cctor_2(ret, new global::System.IntPtr(&native)); |
|
|
|
|
global::CppSharp.Parser.AST.VectorType.__Internal.cctor_1(ret, new global::System.IntPtr(&native)); |
|
|
|
|
return ret.ToPointer(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -2908,7 +2908,7 @@ namespace CppSharp
@@ -2908,7 +2908,7 @@ namespace CppSharp
|
|
|
|
|
if (ReferenceEquals(_0, null)) |
|
|
|
|
throw new global::System.ArgumentNullException("_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 global::CppSharp.Parser.AST.QualifiedType ElementType |
|
|
|
@ -2960,7 +2960,7 @@ namespace CppSharp
@@ -2960,7 +2960,7 @@ namespace CppSharp
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.ThisCall, |
|
|
|
|
EntryPoint="??0BuiltinType@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); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
internal static new BuiltinType __CreateInstance(global::System.IntPtr native, bool skipVTables = false) |
|
|
|
@ -2976,7 +2976,7 @@ namespace CppSharp
@@ -2976,7 +2976,7 @@ namespace CppSharp
|
|
|
|
|
private static void* __CopyValue(BuiltinType.__Internal native) |
|
|
|
|
{ |
|
|
|
|
var ret = Marshal.AllocHGlobal(12); |
|
|
|
|
global::CppSharp.Parser.AST.BuiltinType.__Internal.cctor_2(ret, new global::System.IntPtr(&native)); |
|
|
|
|
global::CppSharp.Parser.AST.BuiltinType.__Internal.cctor_1(ret, new global::System.IntPtr(&native)); |
|
|
|
|
return ret.ToPointer(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -3014,7 +3014,7 @@ namespace CppSharp
@@ -3014,7 +3014,7 @@ namespace CppSharp
|
|
|
|
|
if (ReferenceEquals(_0, null)) |
|
|
|
|
throw new global::System.ArgumentNullException("_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 global::CppSharp.Parser.AST.PrimitiveType Type |
|
|
|
@ -3820,7 +3820,7 @@ namespace CppSharp
@@ -3820,7 +3820,7 @@ namespace CppSharp
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.ThisCall, |
|
|
|
|
EntryPoint="??0ClassLayout@AST@CppParser@CppSharp@@QAE@ABU0123@@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", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.ThisCall, |
|
|
|
@ -3909,7 +3909,7 @@ namespace CppSharp
@@ -3909,7 +3909,7 @@ namespace CppSharp
|
|
|
|
|
private static void* __CopyValue(ClassLayout.__Internal native) |
|
|
|
|
{ |
|
|
|
|
var ret = Marshal.AllocHGlobal(72); |
|
|
|
|
global::CppSharp.Parser.AST.ClassLayout.__Internal.cctor_2(ret, new global::System.IntPtr(&native)); |
|
|
|
|
global::CppSharp.Parser.AST.ClassLayout.__Internal.cctor_1(ret, new global::System.IntPtr(&native)); |
|
|
|
|
return ret.ToPointer(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -3943,7 +3943,7 @@ namespace CppSharp
@@ -3943,7 +3943,7 @@ namespace CppSharp
|
|
|
|
|
if (ReferenceEquals(_0, null)) |
|
|
|
|
throw new global::System.ArgumentNullException("_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() |
|
|
|
@ -4697,7 +4697,7 @@ namespace CppSharp
@@ -4697,7 +4697,7 @@ namespace CppSharp
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.ThisCall, |
|
|
|
|
EntryPoint="??0DeclarationContext@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", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.ThisCall, |
|
|
|
@ -4898,7 +4898,7 @@ namespace CppSharp
@@ -4898,7 +4898,7 @@ namespace CppSharp
|
|
|
|
|
private static void* __CopyValue(DeclarationContext.__Internal native) |
|
|
|
|
{ |
|
|
|
|
var ret = Marshal.AllocHGlobal(248); |
|
|
|
|
global::CppSharp.Parser.AST.DeclarationContext.__Internal.cctor_2(ret, new global::System.IntPtr(&native)); |
|
|
|
|
global::CppSharp.Parser.AST.DeclarationContext.__Internal.cctor_1(ret, new global::System.IntPtr(&native)); |
|
|
|
|
return ret.ToPointer(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -4936,7 +4936,7 @@ namespace CppSharp
@@ -4936,7 +4936,7 @@ namespace CppSharp
|
|
|
|
|
if (ReferenceEquals(_0, null)) |
|
|
|
|
throw new global::System.ArgumentNullException("_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 override void Dispose(bool disposing) |
|
|
|
@ -5899,7 +5899,7 @@ namespace CppSharp
@@ -5899,7 +5899,7 @@ namespace CppSharp
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.ThisCall, |
|
|
|
|
EntryPoint="??0Statement@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", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.ThisCall, |
|
|
|
@ -5938,7 +5938,7 @@ namespace CppSharp
@@ -5938,7 +5938,7 @@ namespace CppSharp
|
|
|
|
|
private static void* __CopyValue(Statement.__Internal native) |
|
|
|
|
{ |
|
|
|
|
var ret = Marshal.AllocHGlobal(32); |
|
|
|
|
global::CppSharp.Parser.AST.Statement.__Internal.cctor_2(ret, new global::System.IntPtr(&native)); |
|
|
|
|
global::CppSharp.Parser.AST.Statement.__Internal.cctor_1(ret, new global::System.IntPtr(&native)); |
|
|
|
|
return ret.ToPointer(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -5964,7 +5964,7 @@ namespace CppSharp
@@ -5964,7 +5964,7 @@ namespace CppSharp
|
|
|
|
|
if (ReferenceEquals(_0, null)) |
|
|
|
|
throw new global::System.ArgumentNullException("_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() |
|
|
|
@ -6757,7 +6757,7 @@ namespace CppSharp
@@ -6757,7 +6757,7 @@ namespace CppSharp
|
|
|
|
|
|
|
|
|
|
public unsafe partial class Function : global::CppSharp.Parser.AST.Declaration, IDisposable |
|
|
|
|
{ |
|
|
|
|
[StructLayout(LayoutKind.Explicit, Size = 232)] |
|
|
|
|
[StructLayout(LayoutKind.Explicit, Size = 256)] |
|
|
|
|
public new partial struct __Internal |
|
|
|
|
{ |
|
|
|
|
[FieldOffset(0)] |
|
|
|
@ -6848,18 +6848,21 @@ namespace CppSharp
@@ -6848,18 +6848,21 @@ namespace CppSharp
|
|
|
|
|
public global::Std.BasicString.__Internal Signature; |
|
|
|
|
|
|
|
|
|
[FieldOffset(200)] |
|
|
|
|
public global::Std.BasicString.__Internal Body; |
|
|
|
|
|
|
|
|
|
[FieldOffset(224)] |
|
|
|
|
public global::CppSharp.Parser.AST.CallingConvention callingConvention; |
|
|
|
|
|
|
|
|
|
[FieldOffset(204)] |
|
|
|
|
[FieldOffset(228)] |
|
|
|
|
internal global::Std.Vector.__Internal Parameters; |
|
|
|
|
|
|
|
|
|
[FieldOffset(216)] |
|
|
|
|
[FieldOffset(240)] |
|
|
|
|
public global::System.IntPtr specializationInfo; |
|
|
|
|
|
|
|
|
|
[FieldOffset(220)] |
|
|
|
|
[FieldOffset(244)] |
|
|
|
|
public global::System.IntPtr instantiatedFrom; |
|
|
|
|
|
|
|
|
|
[FieldOffset(224)] |
|
|
|
|
[FieldOffset(248)] |
|
|
|
|
public global::CppSharp.Parser.AST.QualifiedType.__Internal qualifiedType; |
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
@ -6912,6 +6915,16 @@ namespace CppSharp
@@ -6912,6 +6915,16 @@ namespace CppSharp
|
|
|
|
|
EntryPoint="?setSignature@Function@AST@CppParser@CppSharp@@QAEXPBD@Z")] |
|
|
|
|
internal static extern void SetSignature_0(global::System.IntPtr instance, [MarshalAs(UnmanagedType.LPStr)] string s); |
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.ThisCall, |
|
|
|
|
EntryPoint="?getBody@Function@AST@CppParser@CppSharp@@QAEPBDXZ")] |
|
|
|
|
internal static extern global::System.IntPtr Body_0(global::System.IntPtr instance); |
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.ThisCall, |
|
|
|
|
EntryPoint="?setBody@Function@AST@CppParser@CppSharp@@QAEXPBD@Z")] |
|
|
|
|
internal static extern void SetBody_0(global::System.IntPtr instance, [MarshalAs(UnmanagedType.LPStr)] string s); |
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.ThisCall, |
|
|
|
|
EntryPoint="?getParametersCount@Function@AST@CppParser@CppSharp@@QAEIXZ")] |
|
|
|
@ -6930,7 +6943,7 @@ namespace CppSharp
@@ -6930,7 +6943,7 @@ namespace CppSharp
|
|
|
|
|
|
|
|
|
|
private static void* __CopyValue(Function.__Internal native) |
|
|
|
|
{ |
|
|
|
|
var ret = Marshal.AllocHGlobal(232); |
|
|
|
|
var ret = Marshal.AllocHGlobal(256); |
|
|
|
|
global::CppSharp.Parser.AST.Function.__Internal.cctor_1(ret, new global::System.IntPtr(&native)); |
|
|
|
|
return ret.ToPointer(); |
|
|
|
|
} |
|
|
|
@ -6954,7 +6967,7 @@ namespace CppSharp
@@ -6954,7 +6967,7 @@ namespace CppSharp
|
|
|
|
|
public Function() |
|
|
|
|
: this((void*) null) |
|
|
|
|
{ |
|
|
|
|
__Instance = Marshal.AllocHGlobal(232); |
|
|
|
|
__Instance = Marshal.AllocHGlobal(256); |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
NativeToManagedMap[__Instance] = this; |
|
|
|
|
__Internal.ctor_0((__Instance + __PointerAdjustment)); |
|
|
|
@ -6963,7 +6976,7 @@ namespace CppSharp
@@ -6963,7 +6976,7 @@ namespace CppSharp
|
|
|
|
|
public Function(global::CppSharp.Parser.AST.Function _0) |
|
|
|
|
: this((void*) null) |
|
|
|
|
{ |
|
|
|
|
__Instance = Marshal.AllocHGlobal(232); |
|
|
|
|
__Instance = Marshal.AllocHGlobal(256); |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
NativeToManagedMap[__Instance] = this; |
|
|
|
|
if (ReferenceEquals(_0, null)) |
|
|
|
@ -7226,6 +7239,20 @@ namespace CppSharp
@@ -7226,6 +7239,20 @@ namespace CppSharp
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public string Body |
|
|
|
|
{ |
|
|
|
|
get |
|
|
|
|
{ |
|
|
|
|
var __ret = __Internal.Body_0((__Instance + __PointerAdjustment)); |
|
|
|
|
return Marshal.PtrToStringAnsi(__ret); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
set |
|
|
|
|
{ |
|
|
|
|
__Internal.SetBody_0((__Instance + __PointerAdjustment), value); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public uint ParametersCount |
|
|
|
|
{ |
|
|
|
|
get |
|
|
|
@ -7238,7 +7265,7 @@ namespace CppSharp
@@ -7238,7 +7265,7 @@ namespace CppSharp
|
|
|
|
|
|
|
|
|
|
public unsafe partial class Method : global::CppSharp.Parser.AST.Function, IDisposable |
|
|
|
|
{ |
|
|
|
|
[StructLayout(LayoutKind.Explicit, Size = 260)] |
|
|
|
|
[StructLayout(LayoutKind.Explicit, Size = 284)] |
|
|
|
|
public new partial struct __Internal |
|
|
|
|
{ |
|
|
|
|
[FieldOffset(0)] |
|
|
|
@ -7329,51 +7356,54 @@ namespace CppSharp
@@ -7329,51 +7356,54 @@ namespace CppSharp
|
|
|
|
|
public global::Std.BasicString.__Internal Signature; |
|
|
|
|
|
|
|
|
|
[FieldOffset(200)] |
|
|
|
|
public global::Std.BasicString.__Internal Body; |
|
|
|
|
|
|
|
|
|
[FieldOffset(224)] |
|
|
|
|
public global::CppSharp.Parser.AST.CallingConvention callingConvention; |
|
|
|
|
|
|
|
|
|
[FieldOffset(204)] |
|
|
|
|
[FieldOffset(228)] |
|
|
|
|
internal global::Std.Vector.__Internal Parameters; |
|
|
|
|
|
|
|
|
|
[FieldOffset(216)] |
|
|
|
|
[FieldOffset(240)] |
|
|
|
|
public global::System.IntPtr specializationInfo; |
|
|
|
|
|
|
|
|
|
[FieldOffset(220)] |
|
|
|
|
[FieldOffset(244)] |
|
|
|
|
public global::System.IntPtr instantiatedFrom; |
|
|
|
|
|
|
|
|
|
[FieldOffset(224)] |
|
|
|
|
[FieldOffset(248)] |
|
|
|
|
public global::CppSharp.Parser.AST.QualifiedType.__Internal qualifiedType; |
|
|
|
|
|
|
|
|
|
[FieldOffset(232)] |
|
|
|
|
[FieldOffset(256)] |
|
|
|
|
public byte isVirtual; |
|
|
|
|
|
|
|
|
|
[FieldOffset(233)] |
|
|
|
|
[FieldOffset(257)] |
|
|
|
|
public byte isStatic; |
|
|
|
|
|
|
|
|
|
[FieldOffset(234)] |
|
|
|
|
[FieldOffset(258)] |
|
|
|
|
public byte isConst; |
|
|
|
|
|
|
|
|
|
[FieldOffset(235)] |
|
|
|
|
[FieldOffset(259)] |
|
|
|
|
public byte isExplicit; |
|
|
|
|
|
|
|
|
|
[FieldOffset(236)] |
|
|
|
|
[FieldOffset(260)] |
|
|
|
|
public byte isOverride; |
|
|
|
|
|
|
|
|
|
[FieldOffset(240)] |
|
|
|
|
[FieldOffset(264)] |
|
|
|
|
public global::CppSharp.Parser.AST.CXXMethodKind methodKind; |
|
|
|
|
|
|
|
|
|
[FieldOffset(244)] |
|
|
|
|
[FieldOffset(268)] |
|
|
|
|
public byte isDefaultConstructor; |
|
|
|
|
|
|
|
|
|
[FieldOffset(245)] |
|
|
|
|
[FieldOffset(269)] |
|
|
|
|
public byte isCopyConstructor; |
|
|
|
|
|
|
|
|
|
[FieldOffset(246)] |
|
|
|
|
[FieldOffset(270)] |
|
|
|
|
public byte isMoveConstructor; |
|
|
|
|
|
|
|
|
|
[FieldOffset(248)] |
|
|
|
|
[FieldOffset(272)] |
|
|
|
|
public global::CppSharp.Parser.AST.QualifiedType.__Internal conversionType; |
|
|
|
|
|
|
|
|
|
[FieldOffset(256)] |
|
|
|
|
[FieldOffset(280)] |
|
|
|
|
public global::CppSharp.Parser.AST.RefQualifierKind refQualifier; |
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
@ -7404,7 +7434,7 @@ namespace CppSharp
@@ -7404,7 +7434,7 @@ namespace CppSharp
|
|
|
|
|
|
|
|
|
|
private static void* __CopyValue(Method.__Internal native) |
|
|
|
|
{ |
|
|
|
|
var ret = Marshal.AllocHGlobal(260); |
|
|
|
|
var ret = Marshal.AllocHGlobal(284); |
|
|
|
|
global::CppSharp.Parser.AST.Method.__Internal.cctor_1(ret, new global::System.IntPtr(&native)); |
|
|
|
|
return ret.ToPointer(); |
|
|
|
|
} |
|
|
|
@ -7428,7 +7458,7 @@ namespace CppSharp
@@ -7428,7 +7458,7 @@ namespace CppSharp
|
|
|
|
|
public Method() |
|
|
|
|
: this((void*) null) |
|
|
|
|
{ |
|
|
|
|
__Instance = Marshal.AllocHGlobal(260); |
|
|
|
|
__Instance = Marshal.AllocHGlobal(284); |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
NativeToManagedMap[__Instance] = this; |
|
|
|
|
__Internal.ctor_0((__Instance + __PointerAdjustment)); |
|
|
|
@ -7437,7 +7467,7 @@ namespace CppSharp
@@ -7437,7 +7467,7 @@ namespace CppSharp
|
|
|
|
|
public Method(global::CppSharp.Parser.AST.Method _0) |
|
|
|
|
: this((void*) null) |
|
|
|
|
{ |
|
|
|
|
__Instance = Marshal.AllocHGlobal(260); |
|
|
|
|
__Instance = Marshal.AllocHGlobal(284); |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
NativeToManagedMap[__Instance] = this; |
|
|
|
|
if (ReferenceEquals(_0, null)) |
|
|
|
@ -9383,7 +9413,7 @@ namespace CppSharp
@@ -9383,7 +9413,7 @@ namespace CppSharp
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.ThisCall, |
|
|
|
|
EntryPoint="??0Template@AST@CppParser@CppSharp@@QAE@ABV0123@@Z")] |
|
|
|
|
internal static extern global::System.IntPtr cctor_3(global::System.IntPtr instance, global::System.IntPtr _0); |
|
|
|
|
internal static extern global::System.IntPtr cctor_2(global::System.IntPtr instance, global::System.IntPtr _0); |
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.ThisCall, |
|
|
|
@ -9424,7 +9454,7 @@ namespace CppSharp
@@ -9424,7 +9454,7 @@ namespace CppSharp
|
|
|
|
|
private static void* __CopyValue(Template.__Internal native) |
|
|
|
|
{ |
|
|
|
|
var ret = Marshal.AllocHGlobal(144); |
|
|
|
|
global::CppSharp.Parser.AST.Template.__Internal.cctor_3(ret, new global::System.IntPtr(&native)); |
|
|
|
|
global::CppSharp.Parser.AST.Template.__Internal.cctor_2(ret, new global::System.IntPtr(&native)); |
|
|
|
|
return ret.ToPointer(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -9471,7 +9501,7 @@ namespace CppSharp
@@ -9471,7 +9501,7 @@ namespace CppSharp
|
|
|
|
|
if (ReferenceEquals(_0, null)) |
|
|
|
|
throw new global::System.ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
var __arg0 = _0.__Instance; |
|
|
|
|
__Internal.cctor_3((__Instance + __PointerAdjustment), __arg0); |
|
|
|
|
__Internal.cctor_2((__Instance + __PointerAdjustment), __arg0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public override void Dispose(bool disposing) |
|
|
|
@ -14435,7 +14465,7 @@ namespace CppSharp
@@ -14435,7 +14465,7 @@ namespace CppSharp
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.ThisCall, |
|
|
|
|
EntryPoint="??0ParamCommandComment@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", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.ThisCall, |
|
|
|
@ -14463,7 +14493,7 @@ namespace CppSharp
@@ -14463,7 +14493,7 @@ namespace CppSharp
|
|
|
|
|
private static void* __CopyValue(ParamCommandComment.__Internal native) |
|
|
|
|
{ |
|
|
|
|
var ret = Marshal.AllocHGlobal(32); |
|
|
|
|
global::CppSharp.Parser.AST.ParamCommandComment.__Internal.cctor_2(ret, new global::System.IntPtr(&native)); |
|
|
|
|
global::CppSharp.Parser.AST.ParamCommandComment.__Internal.cctor_1(ret, new global::System.IntPtr(&native)); |
|
|
|
|
return ret.ToPointer(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -14501,7 +14531,7 @@ namespace CppSharp
@@ -14501,7 +14531,7 @@ namespace CppSharp
|
|
|
|
|
if (ReferenceEquals(_0, null)) |
|
|
|
|
throw new global::System.ArgumentNullException("_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 override void Dispose(bool disposing) |
|
|
|
@ -14569,7 +14599,7 @@ namespace CppSharp
@@ -14569,7 +14599,7 @@ namespace CppSharp
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.ThisCall, |
|
|
|
|
EntryPoint="??0TParamCommandComment@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", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.ThisCall, |
|
|
|
@ -14610,7 +14640,7 @@ namespace CppSharp
@@ -14610,7 +14640,7 @@ namespace CppSharp
|
|
|
|
|
private static void* __CopyValue(TParamCommandComment.__Internal native) |
|
|
|
|
{ |
|
|
|
|
var ret = Marshal.AllocHGlobal(36); |
|
|
|
|
global::CppSharp.Parser.AST.TParamCommandComment.__Internal.cctor_2(ret, new global::System.IntPtr(&native)); |
|
|
|
|
global::CppSharp.Parser.AST.TParamCommandComment.__Internal.cctor_1(ret, new global::System.IntPtr(&native)); |
|
|
|
|
return ret.ToPointer(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -14648,7 +14678,7 @@ namespace CppSharp
@@ -14648,7 +14678,7 @@ namespace CppSharp
|
|
|
|
|
if (ReferenceEquals(_0, null)) |
|
|
|
|
throw new global::System.ArgumentNullException("_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 override void Dispose(bool disposing) |
|
|
|
@ -14710,7 +14740,7 @@ namespace CppSharp
@@ -14710,7 +14740,7 @@ namespace CppSharp
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.ThisCall, |
|
|
|
|
EntryPoint="??0VerbatimBlockLineComment@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", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.ThisCall, |
|
|
|
@ -14741,7 +14771,7 @@ namespace CppSharp
@@ -14741,7 +14771,7 @@ namespace CppSharp
|
|
|
|
|
private static void* __CopyValue(VerbatimBlockLineComment.__Internal native) |
|
|
|
|
{ |
|
|
|
|
var ret = Marshal.AllocHGlobal(28); |
|
|
|
|
global::CppSharp.Parser.AST.VerbatimBlockLineComment.__Internal.cctor_2(ret, new global::System.IntPtr(&native)); |
|
|
|
|
global::CppSharp.Parser.AST.VerbatimBlockLineComment.__Internal.cctor_1(ret, new global::System.IntPtr(&native)); |
|
|
|
|
return ret.ToPointer(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -14779,7 +14809,7 @@ namespace CppSharp
@@ -14779,7 +14809,7 @@ namespace CppSharp
|
|
|
|
|
if (ReferenceEquals(_0, null)) |
|
|
|
|
throw new global::System.ArgumentNullException("_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 override void Dispose(bool disposing) |
|
|
|
@ -14989,7 +15019,7 @@ namespace CppSharp
@@ -14989,7 +15019,7 @@ namespace CppSharp
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.ThisCall, |
|
|
|
|
EntryPoint="??0VerbatimLineComment@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", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.ThisCall, |
|
|
|
@ -15020,7 +15050,7 @@ namespace CppSharp
@@ -15020,7 +15050,7 @@ namespace CppSharp
|
|
|
|
|
private static void* __CopyValue(VerbatimLineComment.__Internal native) |
|
|
|
|
{ |
|
|
|
|
var ret = Marshal.AllocHGlobal(48); |
|
|
|
|
global::CppSharp.Parser.AST.VerbatimLineComment.__Internal.cctor_2(ret, new global::System.IntPtr(&native)); |
|
|
|
|
global::CppSharp.Parser.AST.VerbatimLineComment.__Internal.cctor_1(ret, new global::System.IntPtr(&native)); |
|
|
|
|
return ret.ToPointer(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -15058,7 +15088,7 @@ namespace CppSharp
@@ -15058,7 +15088,7 @@ namespace CppSharp
|
|
|
|
|
if (ReferenceEquals(_0, null)) |
|
|
|
|
throw new global::System.ArgumentNullException("_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 override void Dispose(bool disposing) |
|
|
|
@ -15114,7 +15144,7 @@ namespace CppSharp
@@ -15114,7 +15144,7 @@ namespace CppSharp
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.ThisCall, |
|
|
|
|
EntryPoint="??0InlineCommandComment@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", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.ThisCall, |
|
|
|
@ -15285,7 +15315,7 @@ namespace CppSharp
@@ -15285,7 +15315,7 @@ namespace CppSharp
|
|
|
|
|
private static void* __CopyValue(InlineCommandComment.__Internal native) |
|
|
|
|
{ |
|
|
|
|
var ret = Marshal.AllocHGlobal(28); |
|
|
|
|
global::CppSharp.Parser.AST.InlineCommandComment.__Internal.cctor_2(ret, new global::System.IntPtr(&native)); |
|
|
|
|
global::CppSharp.Parser.AST.InlineCommandComment.__Internal.cctor_1(ret, new global::System.IntPtr(&native)); |
|
|
|
|
return ret.ToPointer(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -15323,7 +15353,7 @@ namespace CppSharp
@@ -15323,7 +15353,7 @@ namespace CppSharp
|
|
|
|
|
if (ReferenceEquals(_0, null)) |
|
|
|
|
throw new global::System.ArgumentNullException("_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 override void Dispose(bool disposing) |
|
|
|
@ -15510,7 +15540,7 @@ namespace CppSharp
@@ -15510,7 +15540,7 @@ namespace CppSharp
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.ThisCall, |
|
|
|
|
EntryPoint="??0HTMLStartTagComment@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", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.ThisCall, |
|
|
|
@ -15710,7 +15740,7 @@ namespace CppSharp
@@ -15710,7 +15740,7 @@ namespace CppSharp
|
|
|
|
|
private static void* __CopyValue(HTMLStartTagComment.__Internal native) |
|
|
|
|
{ |
|
|
|
|
var ret = Marshal.AllocHGlobal(44); |
|
|
|
|
global::CppSharp.Parser.AST.HTMLStartTagComment.__Internal.cctor_2(ret, new global::System.IntPtr(&native)); |
|
|
|
|
global::CppSharp.Parser.AST.HTMLStartTagComment.__Internal.cctor_1(ret, new global::System.IntPtr(&native)); |
|
|
|
|
return ret.ToPointer(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -15748,7 +15778,7 @@ namespace CppSharp
@@ -15748,7 +15778,7 @@ namespace CppSharp
|
|
|
|
|
if (ReferenceEquals(_0, null)) |
|
|
|
|
throw new global::System.ArgumentNullException("_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 override void Dispose(bool disposing) |
|
|
|
@ -15827,7 +15857,7 @@ namespace CppSharp
@@ -15827,7 +15857,7 @@ namespace CppSharp
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.ThisCall, |
|
|
|
|
EntryPoint="??0HTMLEndTagComment@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", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.ThisCall, |
|
|
|
@ -15858,7 +15888,7 @@ namespace CppSharp
@@ -15858,7 +15888,7 @@ namespace CppSharp
|
|
|
|
|
private static void* __CopyValue(HTMLEndTagComment.__Internal native) |
|
|
|
|
{ |
|
|
|
|
var ret = Marshal.AllocHGlobal(32); |
|
|
|
|
global::CppSharp.Parser.AST.HTMLEndTagComment.__Internal.cctor_2(ret, new global::System.IntPtr(&native)); |
|
|
|
|
global::CppSharp.Parser.AST.HTMLEndTagComment.__Internal.cctor_1(ret, new global::System.IntPtr(&native)); |
|
|
|
|
return ret.ToPointer(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -15896,7 +15926,7 @@ namespace CppSharp
@@ -15896,7 +15926,7 @@ namespace CppSharp
|
|
|
|
|
if (ReferenceEquals(_0, null)) |
|
|
|
|
throw new global::System.ArgumentNullException("_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 override void Dispose(bool disposing) |
|
|
|
@ -15946,7 +15976,7 @@ namespace CppSharp
@@ -15946,7 +15976,7 @@ namespace CppSharp
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.ThisCall, |
|
|
|
|
EntryPoint="??0TextComment@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", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.ThisCall, |
|
|
|
@ -15977,7 +16007,7 @@ namespace CppSharp
@@ -15977,7 +16007,7 @@ namespace CppSharp
|
|
|
|
|
private static void* __CopyValue(TextComment.__Internal native) |
|
|
|
|
{ |
|
|
|
|
var ret = Marshal.AllocHGlobal(32); |
|
|
|
|
global::CppSharp.Parser.AST.TextComment.__Internal.cctor_2(ret, new global::System.IntPtr(&native)); |
|
|
|
|
global::CppSharp.Parser.AST.TextComment.__Internal.cctor_1(ret, new global::System.IntPtr(&native)); |
|
|
|
|
return ret.ToPointer(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -16015,7 +16045,7 @@ namespace CppSharp
@@ -16015,7 +16045,7 @@ namespace CppSharp
|
|
|
|
|
if (ReferenceEquals(_0, null)) |
|
|
|
|
throw new global::System.ArgumentNullException("_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 override void Dispose(bool disposing) |
|
|
|
@ -17188,7 +17218,7 @@ namespace CppSharp
@@ -17188,7 +17218,7 @@ namespace CppSharp
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.ThisCall, |
|
|
|
|
EntryPoint="??0CppParserOptions@CppParser@CppSharp@@QAE@ABU012@@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", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.ThisCall, |
|
|
|
@ -17377,7 +17407,7 @@ namespace CppSharp
@@ -17377,7 +17407,7 @@ namespace CppSharp
|
|
|
|
|
private static void* __CopyValue(CppParserOptions.__Internal native) |
|
|
|
|
{ |
|
|
|
|
var ret = Marshal.AllocHGlobal(156); |
|
|
|
|
global::CppSharp.Parser.CppParserOptions.__Internal.cctor_2(ret, new global::System.IntPtr(&native)); |
|
|
|
|
global::CppSharp.Parser.CppParserOptions.__Internal.cctor_1(ret, new global::System.IntPtr(&native)); |
|
|
|
|
return ret.ToPointer(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -17411,7 +17441,7 @@ namespace CppSharp
@@ -17411,7 +17441,7 @@ namespace CppSharp
|
|
|
|
|
if (ReferenceEquals(_0, null)) |
|
|
|
|
throw new global::System.ArgumentNullException("_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() |
|
|
|
|