X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=c_sharp%2Fsrc%2Forg%2Fldk%2Fstructs%2FTwoTuple__u168_u168Z.cs;fp=c_sharp%2Fsrc%2Forg%2Fldk%2Fstructs%2FTwoTuple__u168_u168Z.cs;h=0000000000000000000000000000000000000000;hb=8de7213fbf663ff60322896282dad51e8ab2f001;hp=3687af3965ee019fd39d96f6edcea59682979eff;hpb=afc50e5d491a11364849383b75a8f939df703bac;p=ldk-java diff --git a/c_sharp/src/org/ldk/structs/TwoTuple__u168_u168Z.cs b/c_sharp/src/org/ldk/structs/TwoTuple__u168_u168Z.cs deleted file mode 100644 index 3687af39..00000000 --- a/c_sharp/src/org/ldk/structs/TwoTuple__u168_u168Z.cs +++ /dev/null @@ -1,69 +0,0 @@ -using org.ldk.impl; -using org.ldk.enums; -using org.ldk.util; -using System; - -namespace org { namespace ldk { namespace structs { - - -/** - * A Tuple - */ -public class TwoTuple__u168_u168Z : CommonBase { - internal TwoTuple__u168_u168Z(object _dummy, long ptr) : base(ptr) { } - ~TwoTuple__u168_u168Z() { - if (ptr != 0) { bindings.C2Tuple__u168_u168Z_free(ptr); } - } - - /** - * - */ - public short[] get_a() { - short[] ret = bindings.C2Tuple__u168_u168Z_get_a(this.ptr); - GC.KeepAlive(this); - return ret; - } - - /** - * - */ - public short[] get_b() { - short[] ret = bindings.C2Tuple__u168_u168Z_get_b(this.ptr); - GC.KeepAlive(this); - return ret; - } - - internal long clone_ptr() { - long ret = bindings.C2Tuple__u168_u168Z_clone_ptr(this.ptr); - GC.KeepAlive(this); - return ret; - } - - /** - * Creates a new tuple which has the same data as `orig` - * but with all dynamically-allocated buffers duplicated in new buffers. - */ - public TwoTuple__u168_u168Z clone() { - long ret = bindings.C2Tuple__u168_u168Z_clone(this.ptr); - GC.KeepAlive(this); - if (ret >= 0 && ret <= 4096) { return null; } - TwoTuple__u168_u168Z ret_hu_conv = new TwoTuple__u168_u168Z(null, ret); - if (ret_hu_conv != null) { ret_hu_conv.ptrs_to.AddLast(this); }; - return ret_hu_conv; - } - - /** - * Creates a new C2Tuple__u168_u168Z from the contained elements. - */ - public static TwoTuple__u168_u168Z of(short[] a, short[] b) { - long ret = bindings.C2Tuple__u168_u168Z_new(InternalUtils.check_arr_len(a, 8), InternalUtils.check_arr_len(b, 8)); - GC.KeepAlive(a); - GC.KeepAlive(b); - if (ret >= 0 && ret <= 4096) { return null; } - TwoTuple__u168_u168Z ret_hu_conv = new TwoTuple__u168_u168Z(null, ret); - if (ret_hu_conv != null) { ret_hu_conv.ptrs_to.AddLast(ret_hu_conv); }; - return ret_hu_conv; - } - -} -} } }