|
CDT++
Causal Dynamical Triangulations in C++
|
Inheritance diagram for Truck:
Collaboration diagram for Truck:Public Member Functions | |
| void | vehicleStart (Vehicle *obj) |
| void | vehicleStop (Vehicle *obj) |
Static Public Member Functions | |
| static Object * | objRef (Object *obj) |
| static Object * | objUnref (Object *obj) |
Protected Attributes | |
| Vehicle | base |
| Base class. | |
Private Attributes | |
| int | ref |
| Reference count. | |
|
inherited |
Starts the vehicle.
|
inherited |
Stops the vehicle.