#include <stdio.h>
#include <math.h>
#include "MyException.h"
Go to the source code of this file.
Classes | |
| class | MyListItem |
| List generique. More... | |
| class | MyListIterator |
| class | MyList |
| class | MyStack |
| Stack generique, les Push & Pop peuvent ce faire en test ou en queut ==> File. More... | |
Typedefs | |
| typedef enum _ETypeStart | ETypeStart |
Enumerations | |
| enum | _ETypeStart { list_current = 1, list_first, list_last, list_before, list_after } |
Functions | |
| template<class T> int | DefaultFoncCompare (T elem1, T elem2) |
Definition in file MyList.h.
|
|
|
|
|
|
|
||||||||||||||||
|
|
1.3.6