Romain Ame
/
Stressed
coucou
Fork of Robot2016_2-0 by
Diff: Map/nVector.h
- Revision:
- 54:be4ea8da9057
- Parent:
- 46:be4eebf40568
--- a/Map/nVector.h Wed May 04 16:21:48 2016 +0000 +++ b/Map/nVector.h Wed May 04 16:25:54 2016 +0000 @@ -122,13 +122,14 @@ return curr->getVal (); } +/* void show () { for (int i = 0; i < VectorSize; ++i) { setCurrIndex (i); std::cout << "(" << curr << ") Element " << i + 1 << " pere : " << curr->gprev() << ", fils " << curr->gNext () << std::endl; } } - + */ void clear () { while (VectorSize != 0) { erase (0);