16#include <Option_PolyMAC_family.h>
53 if (mot ==
"use_osqp")
55 else if (mot ==
"maillage_vdf" || mot ==
"vdf_mesh")
57 else if (mot ==
"interp_ve1")
59 else if (mot ==
"traitement_axi")
Class defining operators and methods for all reading operation in an input flow (file,...
Base class for "interpreter" objects.
A character string (Nom) in uppercase.
const Nom & que_suis_je() const
Returns the string identifying the class.
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.
Entree & interpreter(Entree &) override
static int TRAITEMENT_AXI
int lire_motcle_non_standard(const Motcle &, Entree &) override
Reads non-simple-type parameters of an Objet_U from an input stream.
Helper class to factorize the readOn method of Objet_U classes.
void ajouter_non_std(const char *keyword, const Objet_U *value, Param::Nature nat=Param::OPTIONAL)
Register a keyword handled by Objet_U::lire_motcle_non_standard.
int lire_avec_accolades_depuis(Entree &is)
Parse the parameter block { ... } from is.
Base class for output streams.