Go to the source code of this file.
Classes | |
struct | Object |
struct | Vehicle |
struct | Car |
struct | Truck |
Typedefs | |
typedef struct Object | Object |
Object type. More... | |
typedef struct Vehicle | Vehicle |
Vehicle type. More... | |
typedef struct Car | Car |
Car type. More... | |
typedef struct Truck | Truck |
Truck type. More... | |
Functions | |
int | main (void) |
Car type.
Definition at line 13 of file 027_extends.c.
Object type.
Definition at line 11 of file 027_extends.c.
Truck type.
Definition at line 14 of file 027_extends.c.
Vehicle type.
Definition at line 12 of file 027_extends.c.
int main | ( | void | ) |
Main function.
Ref vehicleStart(), objRef(), objUnref().
Definition at line 88 of file 027_extends.c.