17Implemente_instanciable(
Noms,
"Noms",VECT(
Nom));
31 return VECT(Nom)::printOn(s);
36 return VECT(Nom)::readOn(s);
51 const Nom& unnom=operator[](i);
62 return (
rang(ch)!=-1);
71 if (
operator[](i).getString()==ch)
Class defining operators and methods for all reading operation in an input flow (file,...
class Nom: a character string for naming TRUST objects.
const std::string & getString() const
An array of character strings (VECT(Nom)).
int rang(const char *const ch) const
int search_without_checking_Motcle(const Nom &t) const
int search(const Nom &t) const
int contient_(const char *const ch) const
Base class for output streams.