wxMaxima
|
Data Structures | |
struct | Object |
Base object class. More... | |
struct | Vehicle |
Vehicle class. More... | |
struct | Car |
Car class. More... | |
struct | Truck |
Truck class. More... | |
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) |
Main function. | |
int main | ( | void | ) |
Main function.
Ref vehicleStart(), objRef(), objUnref().