Skip to content
Snippets Groups Projects
Commit 68b10fb1 authored by Arthur Detree's avatar Arthur Detree
Browse files

Ajout méthodes Alphabet

parent a829fbcc
No related branches found
No related tags found
No related merge requests found
......@@ -60,6 +60,11 @@ public:
//! Affecte l'identifiant d'état à un état
void setState(unsigned int i, const state& s);
void clearAlphabet() {etats.clear();}
void deleleLastState() {etats.pop_back();}
};
#endif // ALPHABET_H
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment