#include <fahrzeug.h>
Definition at line 4 of file fahrzeug.h.
◆ Fahrzeug()
| Fahrzeug::Fahrzeug |
( |
int |
kg | ) |
|
|
explicit |
Default constructor
- Parameters
-
Definition at line 3 of file fahrzeug.cpp.
◆ ~Fahrzeug()
◆ classname()
| virtual std::string Fahrzeug::classname |
( |
| ) |
const |
|
inlinevirtual |
◆ Get_kg()
| int Fahrzeug::Get_kg |
( |
| ) |
const |
|
inline |
Access dead weight
- Returns
- dead weight of vehicle in kg
Definition at line 16 of file fahrzeug.h.
◆ verbrauch()
| virtual float Fahrzeug::verbrauch |
( |
| ) |
const |
|
inlinevirtual |
Fuel consumption
- Returns
- fuel consumption liter per 100 km
Reimplemented in Smart, Opel, Raba, and MAN.
Definition at line 23 of file fahrzeug.h.
The documentation for this class was generated from the following files: