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