16#include <Champs_Fonc.h>
22Sortie& Champs_Fonc::printOn(
Sortie& s)
const {
return s; }
30 for (
auto &itr : *
this) itr->mettre_a_jour(tps);
class Champ_Fonc_base Base class of fields that are functions of a calculated quantity
class Champs_Fonc List of OWN_PTR(Champ_Fonc_base) declared through the LIST(X) macro
void mettre_a_jour(double)
Performs a time update of all fields contained in the list.
Class defining operators and methods for all reading operation in an input flow (file,...
Base class for output streams.