16#include <Array_base.h>
18Implemente_base_sans_constructeur_ni_destructeur(
Array_base,
"Array_base",
Objet_U);
Empty class used as a base for all the arrays.
Class defining operators and methods for all reading operation in an input flow (file,...
Base class for TRUST objects (Objet_U).
virtual Entree & readOn(Entree &)
Reads an Objet_U from an input stream. Virtual method to override.
virtual Sortie & printOn(Sortie &) const
Writes the object to an output stream. Virtual method to override.
Base class for output streams.