|
|
@ -24832,7 +24832,7 @@ namespace CppSharp |
|
|
|
|
|
|
|
|
|
|
|
public unsafe partial class IntegerLiteral : global::CppSharp.Parser.AST.Expr, IDisposable |
|
|
|
public unsafe partial class IntegerLiteral : global::CppSharp.Parser.AST.Expr, IDisposable |
|
|
|
{ |
|
|
|
{ |
|
|
|
[StructLayout(LayoutKind.Explicit, Size = 44)] |
|
|
|
[StructLayout(LayoutKind.Explicit, Size = 56)] |
|
|
|
public new partial struct __Internal |
|
|
|
public new partial struct __Internal |
|
|
|
{ |
|
|
|
{ |
|
|
|
[FieldOffset(0)] |
|
|
|
[FieldOffset(0)] |
|
|
@ -24880,6 +24880,9 @@ namespace CppSharp |
|
|
|
[FieldOffset(40)] |
|
|
|
[FieldOffset(40)] |
|
|
|
internal global::CppSharp.Parser.SourceLocation.__Internal location; |
|
|
|
internal global::CppSharp.Parser.SourceLocation.__Internal location; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(48)] |
|
|
|
|
|
|
|
internal ulong value; |
|
|
|
|
|
|
|
|
|
|
|
[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="??0IntegerLiteral@AST@CppParser@CppSharp@@QAE@XZ")] |
|
|
|
EntryPoint="??0IntegerLiteral@AST@CppParser@CppSharp@@QAE@XZ")] |
|
|
@ -24954,11 +24957,24 @@ namespace CppSharp |
|
|
|
((global::CppSharp.Parser.AST.IntegerLiteral.__Internal*)__Instance)->location = value.__Instance; |
|
|
|
((global::CppSharp.Parser.AST.IntegerLiteral.__Internal*)__Instance)->location = value.__Instance; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public ulong Value |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
get |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
return ((global::CppSharp.Parser.AST.IntegerLiteral.__Internal*) __Instance)->value; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
set |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
((global::CppSharp.Parser.AST.IntegerLiteral.__Internal*)__Instance)->value = value; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public unsafe partial class FixedPointLiteral : global::CppSharp.Parser.AST.Expr, IDisposable |
|
|
|
public unsafe partial class FixedPointLiteral : global::CppSharp.Parser.AST.Expr, IDisposable |
|
|
|
{ |
|
|
|
{ |
|
|
|
[StructLayout(LayoutKind.Explicit, Size = 44)] |
|
|
|
[StructLayout(LayoutKind.Explicit, Size = 56)] |
|
|
|
public new partial struct __Internal |
|
|
|
public new partial struct __Internal |
|
|
|
{ |
|
|
|
{ |
|
|
|
[FieldOffset(0)] |
|
|
|
[FieldOffset(0)] |
|
|
@ -25006,6 +25022,9 @@ namespace CppSharp |
|
|
|
[FieldOffset(40)] |
|
|
|
[FieldOffset(40)] |
|
|
|
internal global::CppSharp.Parser.SourceLocation.__Internal location; |
|
|
|
internal global::CppSharp.Parser.SourceLocation.__Internal location; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[FieldOffset(48)] |
|
|
|
|
|
|
|
internal ulong value; |
|
|
|
|
|
|
|
|
|
|
|
[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="??0FixedPointLiteral@AST@CppParser@CppSharp@@QAE@XZ")] |
|
|
|
EntryPoint="??0FixedPointLiteral@AST@CppParser@CppSharp@@QAE@XZ")] |
|
|
@ -25080,6 +25099,19 @@ namespace CppSharp |
|
|
|
((global::CppSharp.Parser.AST.FixedPointLiteral.__Internal*)__Instance)->location = value.__Instance; |
|
|
|
((global::CppSharp.Parser.AST.FixedPointLiteral.__Internal*)__Instance)->location = value.__Instance; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public ulong Value |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
get |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
return ((global::CppSharp.Parser.AST.FixedPointLiteral.__Internal*) __Instance)->value; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
set |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
((global::CppSharp.Parser.AST.FixedPointLiteral.__Internal*)__Instance)->value = value; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public unsafe partial class CharacterLiteral : global::CppSharp.Parser.AST.Expr, IDisposable |
|
|
|
public unsafe partial class CharacterLiteral : global::CppSharp.Parser.AST.Expr, IDisposable |
|
|
|