pyd v0.10.1 (2018-09-20T03:30:51Z)
Home
Dub
Repo
Base
inherit
Undocumented in source.
class
Base {
this
(int i);
void
foo
();
void
bar
();
}
Constructors
this
this
(int i)
Undocumented in source.
Members
Functions
bar
void
bar
()
Undocumented in source. Be warned that the author may not have intended to support it.
foo
void
foo
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
inherit
classes
Base
Derived
functions
PydMain
call_poly
return_poly_base
return_poly_derived
variables
b1
b2
b3