Manual inheritance and membership
|
Classes | |
struct | Object |
Object type. More... | |
struct | Vehicle |
Vehicle type. More... | |
struct | Car |
Car type. More... | |
struct | Truck |
Truck type. More... | |
Functions | |
int | main (void) |
int main | ( | void | ) |
Main function.
Ref vehicleStart(), objRef(), objUnref().
References Vehicle::vehicleStart().
{ Car c; vehicleStart((Vehicle*) &c); }