-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ci] refs #7 Add changes by @stdevHan
- Loading branch information
Showing
139 changed files
with
37,613 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
//------------------------------------------------------------------------------ | ||
// <auto-generated /> | ||
// | ||
// This file was automatically generated by SWIG (http://www.swig.org). | ||
// Version 3.0.12 | ||
// | ||
// Do not make changes to this file unless you know what you are doing--modify | ||
// the SWIG interface file instead. | ||
//------------------------------------------------------------------------------ | ||
|
||
namespace skycoin { | ||
|
||
public class Fee_Calculator : global::System.IDisposable { | ||
private global::System.Runtime.InteropServices.HandleRef swigCPtr; | ||
protected bool swigCMemOwn; | ||
|
||
internal Fee_Calculator(global::System.IntPtr cPtr, bool cMemoryOwn) { | ||
swigCMemOwn = cMemoryOwn; | ||
swigCPtr = new global::System.Runtime.InteropServices.HandleRef(this, cPtr); | ||
} | ||
|
||
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(Fee_Calculator obj) { | ||
return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr; | ||
} | ||
|
||
~Fee_Calculator() { | ||
Dispose(); | ||
} | ||
|
||
public virtual void Dispose() { | ||
lock(this) { | ||
if (swigCPtr.Handle != global::System.IntPtr.Zero) { | ||
if (swigCMemOwn) { | ||
swigCMemOwn = false; | ||
skycoinPINVOKE.delete_Fee_Calculator(swigCPtr); | ||
} | ||
swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero); | ||
} | ||
global::System.GC.SuppressFinalize(this); | ||
} | ||
} | ||
|
||
public SWIGTYPE_p_f_Transaction__Handle_p_unsigned_long_long_p_void__GoUint32_ callback { | ||
set { | ||
skycoinPINVOKE.set_Fee_Calculator_callback(swigCPtr, SWIGTYPE_p_f_Transaction__Handle_p_unsigned_long_long_p_void__GoUint32_.getCPtr(value)); | ||
} | ||
get { | ||
global::System.IntPtr cPtr = skycoinPINVOKE.get_Fee_Calculator_callback(swigCPtr); | ||
SWIGTYPE_p_f_Transaction__Handle_p_unsigned_long_long_p_void__GoUint32_ ret = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_f_Transaction__Handle_p_unsigned_long_long_p_void__GoUint32_(cPtr, false); | ||
return ret; | ||
} | ||
} | ||
|
||
public SWIGTYPE_p_void context { | ||
set { | ||
skycoinPINVOKE.set_Fee_Calculator_context(swigCPtr, SWIGTYPE_p_void.getCPtr(value)); | ||
} | ||
get { | ||
global::System.IntPtr cPtr = skycoinPINVOKE.get_Fee_Calculator_context(swigCPtr); | ||
SWIGTYPE_p_void ret = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_void(cPtr, false); | ||
return ret; | ||
} | ||
} | ||
|
||
public Fee_Calculator() : this(skycoinPINVOKE.new_Fee_Calculator(), true) { | ||
} | ||
|
||
} | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
//------------------------------------------------------------------------------ | ||
// <auto-generated /> | ||
// | ||
// This file was automatically generated by SWIG (http://www.swig.org). | ||
// Version 3.0.12 | ||
// | ||
// Do not make changes to this file unless you know what you are doing--modify | ||
// the SWIG interface file instead. | ||
//------------------------------------------------------------------------------ | ||
|
||
namespace skycoin { | ||
|
||
public class GoInterface : global::System.IDisposable { | ||
private global::System.Runtime.InteropServices.HandleRef swigCPtr; | ||
protected bool swigCMemOwn; | ||
|
||
internal GoInterface(global::System.IntPtr cPtr, bool cMemoryOwn) { | ||
swigCMemOwn = cMemoryOwn; | ||
swigCPtr = new global::System.Runtime.InteropServices.HandleRef(this, cPtr); | ||
} | ||
|
||
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(GoInterface obj) { | ||
return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr; | ||
} | ||
|
||
~GoInterface() { | ||
Dispose(); | ||
} | ||
|
||
public virtual void Dispose() { | ||
lock(this) { | ||
if (swigCPtr.Handle != global::System.IntPtr.Zero) { | ||
if (swigCMemOwn) { | ||
swigCMemOwn = false; | ||
skycoinPINVOKE.delete_GoInterface(swigCPtr); | ||
} | ||
swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero); | ||
} | ||
global::System.GC.SuppressFinalize(this); | ||
} | ||
} | ||
|
||
public SWIGTYPE_p_void t { | ||
set { | ||
skycoinPINVOKE.set_GoInterface_t(swigCPtr, SWIGTYPE_p_void.getCPtr(value)); | ||
} | ||
get { | ||
global::System.IntPtr cPtr = skycoinPINVOKE.get_GoInterface_t(swigCPtr); | ||
SWIGTYPE_p_void ret = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_void(cPtr, false); | ||
return ret; | ||
} | ||
} | ||
|
||
public SWIGTYPE_p_void v { | ||
set { | ||
skycoinPINVOKE.set_GoInterface_v(swigCPtr, SWIGTYPE_p_void.getCPtr(value)); | ||
} | ||
get { | ||
global::System.IntPtr cPtr = skycoinPINVOKE.get_GoInterface_v(swigCPtr); | ||
SWIGTYPE_p_void ret = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_void(cPtr, false); | ||
return ret; | ||
} | ||
} | ||
|
||
public GoInterface() : this(skycoinPINVOKE.new_GoInterface(), true) { | ||
} | ||
|
||
} | ||
|
||
} |
Oops, something went wrong.