pyd v0.14.3 (2022-03-12T16:12:50Z)
Home
Dub
Repo
Derived
inherit
Undocumented in source.
class
Derived :
Base
{
this
(int i);
void
foo
();
}
Constructors
this
this
(int i)
Undocumented in source.
Members
Functions
foo
void
foo
()
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From Base
foo
void
foo
()
Undocumented in source. Be warned that the author may not have intended to support it.
bar
void
bar
()
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