summaryrefslogtreecommitdiff
path: root/Examples/test-suite/go/constructor_ignore.go
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/go/constructor_ignore.go')
-rw-r--r--Examples/test-suite/go/constructor_ignore.go205
1 files changed, 0 insertions, 205 deletions
diff --git a/Examples/test-suite/go/constructor_ignore.go b/Examples/test-suite/go/constructor_ignore.go
deleted file mode 100644
index 2e0a3ba19..000000000
--- a/Examples/test-suite/go/constructor_ignore.go
+++ /dev/null
@@ -1,205 +0,0 @@
-/* ----------------------------------------------------------------------------
- * This file was automatically generated by SWIG (http://www.swig.org).
- * Version 3.0.3
- *
- * This file is not intended to be easily readable and contains a number of
- * coding conventions designed to improve portability and efficiency. Do not make
- * changes to this file unless you know what you are doing--modify the SWIG
- * interface file instead.
- * ----------------------------------------------------------------------------- */
-
-// source: ./../constructor_ignore.i
-
-package constructor_ignore
-
-import "unsafe"
-import _ "runtime/cgo"
-
-var _cgo_runtime_cgocall func(unsafe.Pointer, uintptr)
-
-
-
-type _ unsafe.Pointer
-
-
-
-type _swig_fnptr *byte
-type _swig_memberptr *byte
-
-type SwigcptrDelta1 uintptr
-
-func (p SwigcptrDelta1) Swigcptr() uintptr {
- return (uintptr)(p)
-}
-
-func (p SwigcptrDelta1) SwigIsDelta1() {
-}
-
-var _wrap_delete_Delta1 unsafe.Pointer
-
-func _swig_wrap_delete_Delta1(base uintptr) {
- _swig_p := uintptr(unsafe.Pointer(&base))
- _cgo_runtime_cgocall(_wrap_delete_Delta1, _swig_p)
- return
-}
-
-func DeleteDelta1(arg1 Delta1) {
- _swig_wrap_delete_Delta1(arg1.Swigcptr())
-}
-
-type Delta1 interface {
- Swigcptr() uintptr
- SwigIsDelta1()
-}
-
-type SwigcptrDelta2 uintptr
-
-func (p SwigcptrDelta2) Swigcptr() uintptr {
- return (uintptr)(p)
-}
-
-func (p SwigcptrDelta2) SwigIsDelta2() {
-}
-
-var _wrap_delete_Delta2 unsafe.Pointer
-
-func _swig_wrap_delete_Delta2(base uintptr) {
- _swig_p := uintptr(unsafe.Pointer(&base))
- _cgo_runtime_cgocall(_wrap_delete_Delta2, _swig_p)
- return
-}
-
-func DeleteDelta2(arg1 Delta2) {
- _swig_wrap_delete_Delta2(arg1.Swigcptr())
-}
-
-type Delta2 interface {
- Swigcptr() uintptr
- SwigIsDelta2()
-}
-
-type SwigcptrDelta3 uintptr
-
-func (p SwigcptrDelta3) Swigcptr() uintptr {
- return (uintptr)(p)
-}
-
-func (p SwigcptrDelta3) SwigIsDelta3() {
-}
-
-var _wrap_delete_Delta3 unsafe.Pointer
-
-func _swig_wrap_delete_Delta3(base uintptr) {
- _swig_p := uintptr(unsafe.Pointer(&base))
- _cgo_runtime_cgocall(_wrap_delete_Delta3, _swig_p)
- return
-}
-
-func DeleteDelta3(arg1 Delta3) {
- _swig_wrap_delete_Delta3(arg1.Swigcptr())
-}
-
-type Delta3 interface {
- Swigcptr() uintptr
- SwigIsDelta3()
-}
-
-type SwigcptrDelta4 uintptr
-
-func (p SwigcptrDelta4) Swigcptr() uintptr {
- return (uintptr)(p)
-}
-
-func (p SwigcptrDelta4) SwigIsDelta4() {
-}
-
-var _wrap_delete_Delta4 unsafe.Pointer
-
-func _swig_wrap_delete_Delta4(base uintptr) {
- _swig_p := uintptr(unsafe.Pointer(&base))
- _cgo_runtime_cgocall(_wrap_delete_Delta4, _swig_p)
- return
-}
-
-func DeleteDelta4(arg1 Delta4) {
- _swig_wrap_delete_Delta4(arg1.Swigcptr())
-}
-
-type Delta4 interface {
- Swigcptr() uintptr
- SwigIsDelta4()
-}
-
-type SwigcptrDelta5 uintptr
-
-func (p SwigcptrDelta5) Swigcptr() uintptr {
- return (uintptr)(p)
-}
-
-func (p SwigcptrDelta5) SwigIsDelta5() {
-}
-
-var _wrap_delete_Delta5 unsafe.Pointer
-
-func _swig_wrap_delete_Delta5(base uintptr) {
- _swig_p := uintptr(unsafe.Pointer(&base))
- _cgo_runtime_cgocall(_wrap_delete_Delta5, _swig_p)
- return
-}
-
-func DeleteDelta5(arg1 Delta5) {
- _swig_wrap_delete_Delta5(arg1.Swigcptr())
-}
-
-type Delta5 interface {
- Swigcptr() uintptr
- SwigIsDelta5()
-}
-
-type SwigcptrDelta6 uintptr
-
-func (p SwigcptrDelta6) Swigcptr() uintptr {
- return (uintptr)(p)
-}
-
-func (p SwigcptrDelta6) SwigIsDelta6() {
-}
-
-var _wrap_new_Delta6 unsafe.Pointer
-
-func _swig_wrap_new_Delta6() (base SwigcptrDelta6) {
- _swig_p := uintptr(unsafe.Pointer(&base))
- _cgo_runtime_cgocall(_wrap_new_Delta6, _swig_p)
- return
-}
-
-func NewDelta6() (_swig_ret Delta6) {
- return _swig_wrap_new_Delta6()
-}
-
-var _wrap_delete_Delta6 unsafe.Pointer
-
-func _swig_wrap_delete_Delta6(base uintptr) {
- _swig_p := uintptr(unsafe.Pointer(&base))
- _cgo_runtime_cgocall(_wrap_delete_Delta6, _swig_p)
- return
-}
-
-func DeleteDelta6(arg1 Delta6) {
- _swig_wrap_delete_Delta6(arg1.Swigcptr())
-}
-
-type Delta6 interface {
- Swigcptr() uintptr
- SwigIsDelta6()
-}
-
-
-type SwigcptrVoid uintptr
-type Void interface {
- Swigcptr() uintptr;
-}
-func (p SwigcptrVoid) Swigcptr() uintptr {
- return uintptr(p)
-}
-