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.
Employe.h
Go to the documentation of this file.
1 
6 #ifndef _EMPLOYE_H
7 #define _EMPLOYE_H
8 
9 class Employe {
10 public:
12 
16  bool changer_mdp(void string mdp);
17 protected:
18  long id_employe;
19 private:
20  string nom;
21  string prenom;
22  date date_Naiss;
23  string login;
24  string mdp;
25  string mail_Adress;
26  Sent_Mail mails;
27 };
28 
29 #endif //_EMPLOYE_H
bool changer_mdp(void string mdp)
Definition: Employe.cpp:17
Employe diriger
Definition: Employe.h:11
Definition: Employe.h:9
Definition: Sent_Mail.h:9
long id_employe
Definition: Employe.h:18