18Implemente_instanciable_sans_constructeur_ni_destructeur(
Parser_U,
"Parser_U",
Objet_U);
50 parser =
new Parser(*(p.parser));
56 if (parser !=
nullptr)
64 if (parser !=
nullptr)
66 parser =
new Parser(*(p.parser));
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.
Objet_U()
Default constructor: assigns a unique identifier to the object (object_id_) and registers the object ...
virtual Sortie & printOn(Sortie &) const
Writes the object to an output stream. Virtual method to override.
class Parser_U Version of the Parser class, deriving from Objet_U.
const Parser_U & operator=(const Parser_U &)
Representation of data for the Parser class.
Base class for output streams.