Groom
1.1
BTS SNIR LaSalle Avignon 2021
Occupant.h
Aller à la documentation de ce fichier.
1
#ifndef OCCUPANT_H
2
#define OCCUPANT_H
3
13
#include <QString>
14
18
struct
Occupant
19
{
20
QString
nom
;
21
QString
prenom
;
22
QString
fonction
;
23
27
Occupant
();
28
35
Occupant
(QString
nom
, QString
prenom
, QString
fonction
);
36
40
~Occupant
();
41
47
bool
operator==
(
const
Occupant
&occupant)
const
;
53
bool
operator!=
(
const
Occupant
&occupant)
const
;
54
};
55
56
#endif // OCCUPANT_H
Occupant::operator!=
bool operator!=(const Occupant &occupant) const
Surcharge de l'opérateur != afin de comparer deux occupants.
Definition:
Occupant.cpp:65
Occupant::~Occupant
~Occupant()
Destructeur.
Definition:
Occupant.cpp:38
Occupant::Occupant
Occupant()
Constructeur par défaut.
Definition:
Occupant.cpp:18
Occupant::fonction
QString fonction
Membre définissant la fonction de l'occupant.
Definition:
Occupant.h:22
Occupant::prenom
QString prenom
Membre définissant le prénom de l'occupant.
Definition:
Occupant.h:21
Occupant::nom
QString nom
Membre définissant le nom de l'occupant.
Definition:
Occupant.h:20
Occupant
Structure qui définit les informations d'un occupant du bureau.
Definition:
Occupant.h:18
Occupant::operator==
bool operator==(const Occupant &occupant) const
Surcharge de l'opérateur == afin de comparer deux occupants.
Definition:
Occupant.cpp:48
Occupant.h
Campus La Salle Avignon
- 9 Rue Notre Dame des 7 douleurs - BP 50165 - 84008 Avignon - Généré le Mardi 15 Juin 2021 11:27:21 pour Groom par
doxygen
1.8.17