This website requires JavaScript.
Explore
Help
Sign In
XS-MLVP
/
swig
mirror of
https://github.com/swig/swig
Watch
5
Star
0
Fork
You've already forked swig
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
befc9bc1f0
swig
/
Examples
/
test-suite
/
errors
/
cpp_private_inherit.i
12 lines
92 B
OpenEdge ABL
Raw
Blame
History
%
m
o
d
u
l
e
x
x
x
class
F
o
o
{
}
;
class
B
a
r
:
private
F
o
o
{
}
;
class
S
p
a
m
:
protected
F
o
o
{
}
;
Reference in New Issue
View Git Blame
Copy Permalink