Fahrzeuge 2
main.cpp File Reference
#include "fahrzeug.h"
#include <iostream>
#include <typeinfo>
Include dependency graph for main.cpp:

Go to the source code of this file.

Functions

void PrintInfo (const Fahrzeug &p)
 Prints some info from a vehicle. More...
 
int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 28 of file main.cpp.

Here is the call graph for this function:

◆ PrintInfo()

void PrintInfo ( const Fahrzeug p)

Prints some info from a vehicle.

Parameters
[in]pa general vehicle

Definition at line 57 of file main.cpp.

Here is the call graph for this function:
Here is the caller graph for this function: