Tache ListeDeTaches
- nom : string - liste : Tache*
- description : string - max : int
- priorite : int - nb : int
- prochain : int
+ Tache () + ListeDeTaches (max : int)
+Tache (nom : string , desc : string , p : int) + ListeDeTaches (const ListeDeTaches &)
+ ~Tache() +getMax() : int
+getNb() : int
+getNom() : string
+getProchain() : int
+getDescription() : string +Ajouter_Tache(t :Tache) : void
+getPriorite() : int +Traiter_Tache() : bool
+traiter() : bool +afficher_listeDeTaches([Link]) : void(static)
+afficher_tache([Link]) : void(static) +operator[](i :int) :Tache
+operator += (t :Tache) : ListeDeTaches &
+operator – (int) : bool