diff options
author | Derrick <a11426@users.sourceforge.net> | 2011-02-14 20:11:58 +0000 |
---|---|---|
committer | Derrick <a11426@users.sourceforge.net> | 2011-02-14 20:11:58 +0000 |
commit | 5815f7ec289e067e765fb8e893a2f337d8b48303 (patch) | |
tree | ebe9e0534a089fe431cedc6fdbc1a53ac523d70c /Examples/go/extend/example.go | |
parent | 3e1af1f698d5d02d7905431bcb3549c0f7bc9aa7 (diff) | |
parent | 1fab53b2046b97702e1de4cfab06cb8fa8fc129d (diff) | |
download | swig-a11426-fortran.tar.gz |
update fortran branch. merge of 12160:12460a11426-fortran
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/a11426-fortran@12461 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Examples/go/extend/example.go')
-rw-r--r-- | Examples/go/extend/example.go | 397 |
1 files changed, 0 insertions, 397 deletions
diff --git a/Examples/go/extend/example.go b/Examples/go/extend/example.go deleted file mode 100644 index 08f21e6ab..000000000 --- a/Examples/go/extend/example.go +++ /dev/null @@ -1,397 +0,0 @@ -/* ---------------------------------------------------------------------------- - * This file was automatically generated by SWIG (http://www.swig.org). - * Version 2.0.1 - * - * 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. - * ----------------------------------------------------------------------------- */ - -package example - - -type _swig_fnptr *byte -type _swig_memberptr *byte - - -func _swig_allocatememory(int) *byte -func _swig_internal_allocate(len int) *byte { - return _swig_allocatememory(len) -} - -func _swig_allocatestring(*byte, int) string -func _swig_internal_makegostring(p *byte, l int) string { - return _swig_allocatestring(p, l) -} - -func _swig_internal_gopanic(p *byte, l int) { - panic(_swig_allocatestring(p, l)) -} - -type _swig_DirectorEmployee struct { - SwigcptrEmployee - v interface{} -} - -func (p *_swig_DirectorEmployee) Swigcptr() uintptr { - return p.SwigcptrEmployee.Swigcptr() -} - -func (p *_swig_DirectorEmployee) SwigIsEmployee() { -} - -func (p *_swig_DirectorEmployee) DirectorInterface() interface{} { - return p.v -} - -func _swig_NewDirectorEmployeeEmployee(*_swig_DirectorEmployee, string) SwigcptrEmployee - -func NewDirectorEmployee(v interface{}, arg1 string) Employee { - p := &_swig_DirectorEmployee{0, v} - p.SwigcptrEmployee = _swig_NewDirectorEmployeeEmployee(p, arg1) - return p -} - -type _swig_DirectorInterfaceEmployeeGetTitle interface { - GetTitle() string -} - -func _swig_wrap__swig_DirectorEmployee_upcall_GetTitle(SwigcptrEmployee) string -func (swig_p *_swig_DirectorEmployee) GetTitle() string { - if swig_g, swig_ok := swig_p.v.(_swig_DirectorInterfaceEmployeeGetTitle); swig_ok { - return swig_g.GetTitle() - } - return _swig_wrap__swig_DirectorEmployee_upcall_GetTitle(swig_p.SwigcptrEmployee) -} - -func DirectorEmployeeGetTitle(p Employee) string { - return _swig_wrap__swig_DirectorEmployee_upcall_GetTitle(p.(*_swig_DirectorEmployee).SwigcptrEmployee) -} - -func Swig_DirectorEmployee_callback_getTitle(p *_swig_DirectorEmployee) (swig_result string) { - return p.GetTitle() -} - -type _swig_DirectorInterfaceEmployeeGetName interface { - GetName() string -} - -func _swig_wrap__swig_DirectorEmployee_upcall_GetName(SwigcptrEmployee) string -func (swig_p *_swig_DirectorEmployee) GetName() string { - if swig_g, swig_ok := swig_p.v.(_swig_DirectorInterfaceEmployeeGetName); swig_ok { - return swig_g.GetName() - } - return _swig_wrap__swig_DirectorEmployee_upcall_GetName(swig_p.SwigcptrEmployee) -} - -func DirectorEmployeeGetName(p Employee) string { - return _swig_wrap__swig_DirectorEmployee_upcall_GetName(p.(*_swig_DirectorEmployee).SwigcptrEmployee) -} - -func Swig_DirectorEmployee_callback_getName(p *_swig_DirectorEmployee) (swig_result string) { - return p.GetName() -} - -type _swig_DirectorInterfaceEmployeeGetPosition interface { - GetPosition() string -} - -func _swig_wrap__swig_DirectorEmployee_upcall_GetPosition(SwigcptrEmployee) string -func (swig_p *_swig_DirectorEmployee) GetPosition() string { - if swig_g, swig_ok := swig_p.v.(_swig_DirectorInterfaceEmployeeGetPosition); swig_ok { - return swig_g.GetPosition() - } - return _swig_wrap__swig_DirectorEmployee_upcall_GetPosition(swig_p.SwigcptrEmployee) -} - -func DirectorEmployeeGetPosition(p Employee) string { - return _swig_wrap__swig_DirectorEmployee_upcall_GetPosition(p.(*_swig_DirectorEmployee).SwigcptrEmployee) -} - -func Swig_DirectorEmployee_callback_getPosition(p *_swig_DirectorEmployee) (swig_result string) { - return p.GetPosition() -} - -func _swig_wrap_DeleteDirectorEmployee(uintptr) - -func DeleteDirectorEmployee(arg1 Employee) { - _swig_wrap_DeleteDirectorEmployee(arg1.Swigcptr()) -} - -func Swiggo_DeleteDirector_Employee(p *_swig_DirectorEmployee) { - p.SwigcptrEmployee = 0 -} - -type SwigcptrEmployee uintptr - -func (p SwigcptrEmployee) Swigcptr() uintptr { - return (uintptr)(p) -} - -func (p SwigcptrEmployee) SwigIsEmployee() { -} - -func (p SwigcptrEmployee) DirectorInterface() interface{} { - return nil -} - -func _swig_wrap_new_Employee(string) SwigcptrEmployee - -func NewEmployee(arg1 string) Employee { - return _swig_wrap_new_Employee(arg1) -} - -func _swig_wrap_Employee_getTitle(SwigcptrEmployee) string - -func (arg1 SwigcptrEmployee) GetTitle() string { - return _swig_wrap_Employee_getTitle(arg1) -} - -func _swig_wrap_Employee_getName(SwigcptrEmployee) string - -func (arg1 SwigcptrEmployee) GetName() string { - return _swig_wrap_Employee_getName(arg1) -} - -func _swig_wrap_Employee_getPosition(SwigcptrEmployee) string - -func (arg1 SwigcptrEmployee) GetPosition() string { - return _swig_wrap_Employee_getPosition(arg1) -} - -func _swig_wrap_delete_Employee(uintptr) - -func DeleteEmployee(arg1 Employee) { - _swig_wrap_delete_Employee(arg1.Swigcptr()) -} - -type Employee interface { - Swigcptr() uintptr - SwigIsEmployee() - DirectorInterface() interface{} - GetTitle() string - GetName() string - GetPosition() string -} - -type _swig_DirectorManager struct { - SwigcptrManager - v interface{} -} - -func (p *_swig_DirectorManager) Swigcptr() uintptr { - return p.SwigcptrManager.Swigcptr() -} - -func (p *_swig_DirectorManager) SwigIsManager() { -} - -func (p *_swig_DirectorManager) DirectorInterface() interface{} { - return p.v -} - -func _swig_NewDirectorManagerManager(*_swig_DirectorManager, string) SwigcptrManager - -func NewDirectorManager(v interface{}, arg1 string) Manager { - p := &_swig_DirectorManager{0, v} - p.SwigcptrManager = _swig_NewDirectorManagerManager(p, arg1) - return p -} - -type _swig_DirectorInterfaceManagerGetTitle interface { - GetTitle() string -} - -func _swig_wrap__swig_DirectorManager_upcall_GetTitle(SwigcptrManager) string -func (swig_p *_swig_DirectorManager) GetTitle() string { - if swig_g, swig_ok := swig_p.v.(_swig_DirectorInterfaceManagerGetTitle); swig_ok { - return swig_g.GetTitle() - } - return _swig_wrap__swig_DirectorManager_upcall_GetTitle(swig_p.SwigcptrManager) -} - -func DirectorManagerGetTitle(p Manager) string { - return _swig_wrap__swig_DirectorManager_upcall_GetTitle(p.(*_swig_DirectorManager).SwigcptrManager) -} - -func Swig_DirectorManager_callback_getTitle(p *_swig_DirectorManager) (swig_result string) { - return p.GetTitle() -} - -type _swig_DirectorInterfaceManagerGetName interface { - GetName() string -} - -func _swig_wrap__swig_DirectorManager_upcall_GetName(SwigcptrManager) string -func (swig_p *_swig_DirectorManager) GetName() string { - if swig_g, swig_ok := swig_p.v.(_swig_DirectorInterfaceManagerGetName); swig_ok { - return swig_g.GetName() - } - return _swig_wrap__swig_DirectorManager_upcall_GetName(swig_p.SwigcptrManager) -} - -func DirectorManagerGetName(p Manager) string { - return _swig_wrap__swig_DirectorManager_upcall_GetName(p.(*_swig_DirectorManager).SwigcptrManager) -} - -func Swig_DirectorManager_callback_getName(p *_swig_DirectorManager) (swig_result string) { - return p.GetName() -} - -type _swig_DirectorInterfaceManagerGetPosition interface { - GetPosition() string -} - -func _swig_wrap__swig_DirectorManager_upcall_GetPosition(SwigcptrManager) string -func (swig_p *_swig_DirectorManager) GetPosition() string { - if swig_g, swig_ok := swig_p.v.(_swig_DirectorInterfaceManagerGetPosition); swig_ok { - return swig_g.GetPosition() - } - return _swig_wrap__swig_DirectorManager_upcall_GetPosition(swig_p.SwigcptrManager) -} - -func DirectorManagerGetPosition(p Manager) string { - return _swig_wrap__swig_DirectorManager_upcall_GetPosition(p.(*_swig_DirectorManager).SwigcptrManager) -} - -func Swig_DirectorManager_callback_getPosition(p *_swig_DirectorManager) (swig_result string) { - return p.GetPosition() -} - -func _swig_wrap_DeleteDirectorManager(uintptr) - -func DeleteDirectorManager(arg1 Manager) { - _swig_wrap_DeleteDirectorManager(arg1.Swigcptr()) -} - -func Swiggo_DeleteDirector_Manager(p *_swig_DirectorManager) { - p.SwigcptrManager = 0 -} - -type SwigcptrManager uintptr - -func (p SwigcptrManager) Swigcptr() uintptr { - return (uintptr)(p) -} - -func (p SwigcptrManager) SwigIsManager() { -} - -func (p SwigcptrManager) DirectorInterface() interface{} { - return nil -} - -func _swig_wrap_new_Manager(string) SwigcptrManager - -func NewManager(arg1 string) Manager { - return _swig_wrap_new_Manager(arg1) -} - -func _swig_wrap_Manager_getPosition(SwigcptrManager) string - -func (arg1 SwigcptrManager) GetPosition() string { - return _swig_wrap_Manager_getPosition(arg1) -} - -func _swig_wrap_delete_Manager(uintptr) - -func DeleteManager(arg1 Manager) { - _swig_wrap_delete_Manager(arg1.Swigcptr()) -} - -func _swig_wrap_Manager_getTitle(SwigcptrManager) string - -func (_swig_base SwigcptrManager) GetTitle() string { - return _swig_wrap_Manager_getTitle(_swig_base) -} - -func _swig_wrap_Manager_getName(SwigcptrManager) string - -func (_swig_base SwigcptrManager) GetName() string { - return _swig_wrap_Manager_getName(_swig_base) -} - -func (p SwigcptrManager) SwigIsEmployee() { -} - -func (p SwigcptrManager) SwigGetEmployee() Employee { - return SwigcptrEmployee(p.Swigcptr()) -} - -type Manager interface { - Swigcptr() uintptr - SwigIsManager() - DirectorInterface() interface{} - GetPosition() string - GetTitle() string - GetName() string - SwigIsEmployee() - SwigGetEmployee() Employee -} - -type SwigcptrEmployeeList uintptr - -func (p SwigcptrEmployeeList) Swigcptr() uintptr { - return (uintptr)(p) -} - -func (p SwigcptrEmployeeList) SwigIsEmployeeList() { -} - -func _swig_wrap_new_EmployeeList() SwigcptrEmployeeList - -func NewEmployeeList() EmployeeList { - return _swig_wrap_new_EmployeeList() -} - -func _swig_wrap_EmployeeList_addEmployee(SwigcptrEmployeeList, uintptr) - -func (arg1 SwigcptrEmployeeList) AddEmployee(arg2 Employee) { - _swig_wrap_EmployeeList_addEmployee(arg1, arg2.Swigcptr()) -} - -func _swig_wrap_EmployeeList_get_item(SwigcptrEmployeeList, int) SwigcptrEmployee - -func (arg1 SwigcptrEmployeeList) Get_item(arg2 int) Employee { - return _swig_wrap_EmployeeList_get_item(arg1, arg2) -} - -func _swig_wrap_delete_EmployeeList(uintptr) - -func DeleteEmployeeList(arg1 EmployeeList) { - _swig_wrap_delete_EmployeeList(arg1.Swigcptr()) -} - -type EmployeeList interface { - Swigcptr() uintptr - SwigIsEmployeeList() - AddEmployee(arg2 Employee) - Get_item(arg2 int) Employee -} - - -type SwigcptrSwigDirector_Manager uintptr -type SwigDirector_Manager interface { - Swigcptr() uintptr; -} -func (p SwigcptrSwigDirector_Manager) Swigcptr() uintptr { - return uintptr(p) -} - -type SwigcptrSwigDirector_Employee uintptr -type SwigDirector_Employee interface { - Swigcptr() uintptr; -} -func (p SwigcptrSwigDirector_Employee) Swigcptr() uintptr { - return uintptr(p) -} - -type SwigcptrVoid uintptr -type Void interface { - Swigcptr() uintptr; -} -func (p SwigcptrVoid) Swigcptr() uintptr { - return uintptr(p) -} - |