git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12108 626c5289-ae23-0410-ae9c-e8d60b6d4f22
27 lines
491 B
HTML
27 lines
491 B
HTML
<html>
|
|
<head>
|
|
<title>SWIG:Examples:go:extend</title>
|
|
</head>
|
|
|
|
<body bgcolor="#ffffff">
|
|
|
|
|
|
<tt>SWIG/Examples/go/extend/</tt>
|
|
<hr>
|
|
|
|
<H2>Extending a simple C++ class in Go</H2>
|
|
|
|
<p>
|
|
This example illustrates the extending of a C++ class with cross
|
|
language polymorphism.
|
|
|
|
<p>
|
|
<ul>
|
|
<li><a href="example.h">example.h</a>. Header file containing some enums.
|
|
<li><a href="example.i">example.i</a>. Interface file.
|
|
<li><a href="runme.go">runme.go</a>. Sample Go program.
|
|
</ul>
|
|
|
|
<hr>
|
|
</body>
|
|
</html>
|