Smart Urban Manager
SUM (Smart Urban Manager) is a smart street project that aims to develop a huge data hub and communications center for all kind of street maintenance that will facilitate new innovation across the industry leading to cost reductions and new revenue opportunities.
Accident.h
Go to the documentation of this file.
1 
6 #ifndef _ACCIDENT_H
7 #define _ACCIDENT_H
8 
9 class Accident {
10 private:
11  string cause;
12  Victim victims;
13 };
14 
15 #endif //_ACCIDENT_H
Definition: Accident.h:9
Definition: Victim.h:9