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.
citoyen.h
Go to the documentation of this file.
1 
6 #ifndef _CITOYEN_H
7 #define _CITOYEN_H
8 
9 #include "Street.h"
10 
11 
12 class citoyen {
13 public:
15 protected:
16  long id_Citoyen;
17 private:
18  string mail_citoyen;
19  string nom;
20  string prenom;
21  date date_Naiss;
22  int nbr_immeuble;
23  Sent_Mail mail;
24 };
25 
26 #endif //_CITOYEN_H
long id_Citoyen
Definition: citoyen.h:16
Definition: citoyen.h:12
Definition: Street.h:12
Definition: Sent_Mail.h:9
Street adresse
Definition: citoyen.h:14