My Project
|
#include <structures.h>
Public Attributes | |
char | departement [LEN_MAX] |
int | nbP |
char | responsable [LEN_MAX] |
float | noteMinimale |
struct MaillonDept * | suiv |
Definition at line 4 of file structures.h.
char MaillonDept::departement[LEN_MAX] |
Definition at line 5 of file structures.h.
int MaillonDept::nbP |
Definition at line 6 of file structures.h.
float MaillonDept::noteMinimale |
Definition at line 8 of file structures.h.
char MaillonDept::responsable[LEN_MAX] |
Definition at line 7 of file structures.h.
struct MaillonDept* MaillonDept::suiv |
Definition at line 9 of file structures.h.