16#ifndef Constante_included
17#define Constante_included
28 Declare_instanciable_sans_constructeur_ni_destructeur(
Constante);
38 inline void nommer(
const Nom& name )
override { nom_ = name ; }
41 const double&
getValue()
const {
return value; }
void nommer(const Nom &name) override
Assigns a name to the Objet_U. Virtual method to override.
Constante(const Constante &v)
const Nom & le_nom() const override
Returns the name of the Objet_U. Virtual method to override: returns "neant" in this implementation.
int reprendre(Entree &) override
Restores an Objet_U from an input stream. Virtual method to override.
const double & getValue() const
Class defining operators and methods for all reading operation in an input flow (file,...
class Nom: a character string for naming TRUST objects.
Objet_U()
Default constructor: assigns a unique identifier to the object (object_id_) and registers the object ...