Ejemplo n.º 1
0
 protected VerbatimBlockLineComment(VerbatimBlockLineComment.Internal* native, bool isInternalImpl = false)
     : base((CppSharp.Parser.AST.Comment.Internal*) native)
 {
 }
Ejemplo n.º 2
0
 private static VerbatimBlockLineComment.Internal* __CopyValue(VerbatimBlockLineComment.Internal native)
 {
     var ret = Marshal.AllocHGlobal(32);
     CppSharp.Parser.AST.VerbatimBlockLineComment.Internal.cctor_2(ret, new global::System.IntPtr(&native));
     return (VerbatimBlockLineComment.Internal*) ret;
 }
Ejemplo n.º 3
0
 private VerbatimBlockLineComment(VerbatimBlockLineComment.Internal native)
     : this(__CopyValue(native))
 {
     __ownsNativeInstance = true;
     NativeToManagedMap[__Instance] = this;
 }
Ejemplo n.º 4
0
 protected VerbatimBlockLineComment(VerbatimBlockLineComment.Internal* native, bool skipVTables = false)
     : base((CppSharp.Parser.AST.Comment.Internal*) null)
 {
     __PointerAdjustment = 0;
     if (native == null)
         return;
     __Instance = new global::System.IntPtr(native);
 }
Ejemplo n.º 5
0
 public static VerbatimBlockLineComment __CreateInstance(VerbatimBlockLineComment.Internal native)
 {
     return new VerbatimBlockLineComment(native);
 }
Ejemplo n.º 6
0
 private VerbatimBlockLineComment(VerbatimBlockLineComment.Internal native, bool skipVTables = false)
     : this(__CopyValue(native), skipVTables)
 {
     __ownsNativeInstance = true;
     NativeToManagedMap[__Instance] = this;
 }
Ejemplo n.º 7
0
 public static VerbatimBlockLineComment __CreateInstance(VerbatimBlockLineComment.Internal native, bool skipVTables = false)
 {
     return new VerbatimBlockLineComment(native, skipVTables);
 }
Ejemplo n.º 8
0
 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));
     return ret.ToPointer();
 }
Ejemplo n.º 9
0
 public bool VisitVerbatimBlockLine(VerbatimBlockLineComment comment)
 {
     return(true);
 }
Ejemplo n.º 10
0
 public bool VisitVerbatimBlockLine(VerbatimBlockLineComment comment) => true;