#include <Algorithms.h>
Membres publics | |
BoolIT () | |
void | operator() (Elmt &_e) const |
Définition à la ligne 101 du fichier Algorithms.h.
|
Définition à la ligne 103 du fichier Algorithms.h.
00103 {}; |
|
Définition à la ligne 104 du fichier Algorithms.h.
00105 { 00106 if (_e.GetValue() <= 0) _e.SetValue(0); 00107 else _e.SetValue(1); 00108 } |