nested_class_example |
Defined in
<classes.cpp> |
a class definition contained within example_class
.
Note that nested classes will not inherit their ownership from the class that contains them, so thus need their own hyde-owner
.
|
Member Fields
Field | Type | Notes |
---|---|---|
_x | int |
member field |
_y | int |
member field |
Member Functions
(constructor) | (3 overloads) |
(destructor) |