Exemplo n.º 1
0
            private static ParserDiagnostic.Internal *__CopyValue(ParserDiagnostic.Internal native)
            {
                var ret = Marshal.AllocHGlobal(36);

                CppSharp.Parser.ParserDiagnostic.Internal.cctor_1(ret, new global::System.IntPtr(&native));
                return((ParserDiagnostic.Internal *)ret);
            }
Exemplo n.º 2
0
 internal ParserDiagnostic(ParserDiagnostic.Internal native)
     : this(&native)
 {
 }
Exemplo n.º 3
0
 private ParserDiagnostic(ParserDiagnostic.Internal native)
     : this(__CopyValue(native))
 {
     __ownsNativeInstance = true;
 }
Exemplo n.º 4
0
 public static ParserDiagnostic __CreateInstance(ParserDiagnostic.Internal native)
 {
     return(new ParserDiagnostic(native));
 }