| Classes | |
| struct | Object | 
| struct | Vehicle | 
| struct | Car | 
| struct | Truck | 
| Typedefs | |
| typedef struct Object | Object | 
| Object type. | |
| typedef struct Vehicle | Vehicle | 
| Vehicle type. | |
| typedef struct Car | Car | 
| Car type. | |
| typedef struct Truck | Truck | 
| Truck type. | |
| Functions | |
| int | main (void) | 
| int main | ( | void | ) | 
Main function.
Ref vehicleStart(), objRef(), objUnref().
References Vehicle::vehicleStart().
00083 { 00084 Car c; 00085 vehicleStart((Vehicle*) &c); 00086 }
 1.5.7.1
 1.5.7.1