Skip to content
Snippets Groups Projects
Unverified Commit 47b88693 authored by Merwane Bouri's avatar Merwane Bouri
Browse files

Ajout doc grid.h

parent ad5a1153
No related branches found
No related tags found
No related merge requests found
Pipeline #79687 passed
...@@ -103,7 +103,10 @@ public: ...@@ -103,7 +103,10 @@ public:
} }
} }
} }
//! \brief Recopie de la grille
Grid& operator=(const Grid& g); Grid& operator=(const Grid& g);
//! \brief Vérifie si deux grilles sont identiques
bool operator==(const Grid&); bool operator==(const Grid&);
//! \brief Retourne une structure représentant le contenu non-nul de la Grid (les cellules d'état != 0), pour un enregistrement dans un fichier par exemple. //! \brief Retourne une structure représentant le contenu non-nul de la Grid (les cellules d'état != 0), pour un enregistrement dans un fichier par exemple.
......
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