|
|
|
@ -16622,6 +16622,7 @@ namespace CppSharp |
|
|
|
internal static extern __IntPtr cctor(__IntPtr __instance, __IntPtr _0); |
|
|
|
internal static extern __IntPtr cctor(__IntPtr __instance, __IntPtr _0); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private bool __name_OwnsNativeMemory = false; |
|
|
|
internal static new LabelStmt __CreateInstance(__IntPtr native, bool skipVTables = false) |
|
|
|
internal static new LabelStmt __CreateInstance(__IntPtr native, bool skipVTables = false) |
|
|
|
{ |
|
|
|
{ |
|
|
|
return new LabelStmt(native.ToPointer(), skipVTables); |
|
|
|
return new LabelStmt(native.ToPointer(), skipVTables); |
|
|
|
@ -16679,6 +16680,8 @@ namespace CppSharp |
|
|
|
__ownsNativeInstance = true; |
|
|
|
__ownsNativeInstance = true; |
|
|
|
NativeToManagedMap[__Instance] = this; |
|
|
|
NativeToManagedMap[__Instance] = this; |
|
|
|
*((global::CppSharp.Parser.AST.LabelStmt.__Internal*) __Instance) = *((global::CppSharp.Parser.AST.LabelStmt.__Internal*) _0.__Instance); |
|
|
|
*((global::CppSharp.Parser.AST.LabelStmt.__Internal*) __Instance) = *((global::CppSharp.Parser.AST.LabelStmt.__Internal*) _0.__Instance); |
|
|
|
|
|
|
|
if (_0.__name_OwnsNativeMemory) |
|
|
|
|
|
|
|
this.Name = _0.Name; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public global::CppSharp.Parser.SourceLocation IdentLoc |
|
|
|
public global::CppSharp.Parser.SourceLocation IdentLoc |
|
|
|
@ -16717,6 +16720,9 @@ namespace CppSharp |
|
|
|
|
|
|
|
|
|
|
|
set |
|
|
|
set |
|
|
|
{ |
|
|
|
{ |
|
|
|
|
|
|
|
if (__name_OwnsNativeMemory) |
|
|
|
|
|
|
|
Marshal.FreeHGlobal(((__Internal*)__Instance)->name); |
|
|
|
|
|
|
|
__name_OwnsNativeMemory = true; |
|
|
|
if (value == null) |
|
|
|
if (value == null) |
|
|
|
{ |
|
|
|
{ |
|
|
|
((__Internal*)__Instance)->name = global::System.IntPtr.Zero; |
|
|
|
((__Internal*)__Instance)->name = global::System.IntPtr.Zero; |
|
|
|
@ -25171,6 +25177,7 @@ namespace CppSharp |
|
|
|
internal static extern __IntPtr cctor(__IntPtr __instance, __IntPtr _0); |
|
|
|
internal static extern __IntPtr cctor(__IntPtr __instance, __IntPtr _0); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private bool __castKindName_OwnsNativeMemory = false; |
|
|
|
internal static new CastExpr __CreateInstance(__IntPtr native, bool skipVTables = false) |
|
|
|
internal static new CastExpr __CreateInstance(__IntPtr native, bool skipVTables = false) |
|
|
|
{ |
|
|
|
{ |
|
|
|
return new CastExpr(native.ToPointer(), skipVTables); |
|
|
|
return new CastExpr(native.ToPointer(), skipVTables); |
|
|
|
@ -25237,6 +25244,8 @@ namespace CppSharp |
|
|
|
__ownsNativeInstance = true; |
|
|
|
__ownsNativeInstance = true; |
|
|
|
NativeToManagedMap[__Instance] = this; |
|
|
|
NativeToManagedMap[__Instance] = this; |
|
|
|
*((global::CppSharp.Parser.AST.CastExpr.__Internal*) __Instance) = *((global::CppSharp.Parser.AST.CastExpr.__Internal*) _0.__Instance); |
|
|
|
*((global::CppSharp.Parser.AST.CastExpr.__Internal*) __Instance) = *((global::CppSharp.Parser.AST.CastExpr.__Internal*) _0.__Instance); |
|
|
|
|
|
|
|
if (_0.__castKindName_OwnsNativeMemory) |
|
|
|
|
|
|
|
this.CastKindName = _0.CastKindName; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public static implicit operator global::CppSharp.Parser.AST.CastExpr(global::CppSharp.Parser.AST.StmtClass klass) |
|
|
|
public static implicit operator global::CppSharp.Parser.AST.CastExpr(global::CppSharp.Parser.AST.StmtClass klass) |
|
|
|
@ -25280,6 +25289,9 @@ namespace CppSharp |
|
|
|
|
|
|
|
|
|
|
|
set |
|
|
|
set |
|
|
|
{ |
|
|
|
{ |
|
|
|
|
|
|
|
if (__castKindName_OwnsNativeMemory) |
|
|
|
|
|
|
|
Marshal.FreeHGlobal(((__Internal*)__Instance)->castKindName); |
|
|
|
|
|
|
|
__castKindName_OwnsNativeMemory = true; |
|
|
|
if (value == null) |
|
|
|
if (value == null) |
|
|
|
{ |
|
|
|
{ |
|
|
|
((__Internal*)__Instance)->castKindName = global::System.IntPtr.Zero; |
|
|
|
((__Internal*)__Instance)->castKindName = global::System.IntPtr.Zero; |
|
|
|
@ -30963,6 +30975,7 @@ namespace CppSharp |
|
|
|
internal static extern __IntPtr cctor(__IntPtr __instance, __IntPtr _0); |
|
|
|
internal static extern __IntPtr cctor(__IntPtr __instance, __IntPtr _0); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private bool __castName_OwnsNativeMemory = false; |
|
|
|
internal static new CXXNamedCastExpr __CreateInstance(__IntPtr native, bool skipVTables = false) |
|
|
|
internal static new CXXNamedCastExpr __CreateInstance(__IntPtr native, bool skipVTables = false) |
|
|
|
{ |
|
|
|
{ |
|
|
|
return new CXXNamedCastExpr(native.ToPointer(), skipVTables); |
|
|
|
return new CXXNamedCastExpr(native.ToPointer(), skipVTables); |
|
|
|
@ -31029,6 +31042,8 @@ namespace CppSharp |
|
|
|
__ownsNativeInstance = true; |
|
|
|
__ownsNativeInstance = true; |
|
|
|
NativeToManagedMap[__Instance] = this; |
|
|
|
NativeToManagedMap[__Instance] = this; |
|
|
|
*((global::CppSharp.Parser.AST.CXXNamedCastExpr.__Internal*) __Instance) = *((global::CppSharp.Parser.AST.CXXNamedCastExpr.__Internal*) _0.__Instance); |
|
|
|
*((global::CppSharp.Parser.AST.CXXNamedCastExpr.__Internal*) __Instance) = *((global::CppSharp.Parser.AST.CXXNamedCastExpr.__Internal*) _0.__Instance); |
|
|
|
|
|
|
|
if (_0.__castName_OwnsNativeMemory) |
|
|
|
|
|
|
|
this.CastName = _0.CastName; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public static implicit operator global::CppSharp.Parser.AST.CXXNamedCastExpr(global::CppSharp.Parser.AST.StmtClass klass) |
|
|
|
public static implicit operator global::CppSharp.Parser.AST.CXXNamedCastExpr(global::CppSharp.Parser.AST.StmtClass klass) |
|
|
|
@ -31045,6 +31060,9 @@ namespace CppSharp |
|
|
|
|
|
|
|
|
|
|
|
set |
|
|
|
set |
|
|
|
{ |
|
|
|
{ |
|
|
|
|
|
|
|
if (__castName_OwnsNativeMemory) |
|
|
|
|
|
|
|
Marshal.FreeHGlobal(((__Internal*)__Instance)->castName); |
|
|
|
|
|
|
|
__castName_OwnsNativeMemory = true; |
|
|
|
if (value == null) |
|
|
|
if (value == null) |
|
|
|
{ |
|
|
|
{ |
|
|
|
((__Internal*)__Instance)->castName = global::System.IntPtr.Zero; |
|
|
|
((__Internal*)__Instance)->castName = global::System.IntPtr.Zero; |
|
|
|
|