UnaryFunction#
#include <UnaryFunction.h>
Definit une constante dans le jeu de donnees.
How to reference this class#
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`UnaryFunction <class-unaryfunction>`
[UnaryFunction](#class-unaryfunction)
Detailed description#
Inherits from#
public : Objet_U
Inherited by#
public : UserUnaryFunction
Inheritance graph#
If the image is too small, right-click and open in new tab
List of Public Methods#
List of Public Static Methods#
List of Protected Methods#
Complete Member Function Documentation#
eval#
virtual double UnaryFunction::eval(double x)=0
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`virtual double UnaryFunction::eval(double x)=0 <unaryfunction-public-virtual-double-unaryfunction-eval-double-x-equal-0>`
[virtual double UnaryFunction::eval(double x)=0](#unaryfunction-public-virtual-double-unaryfunction-eval-double-x-equal-0)
get_info#
const Type_info * UnaryFunction::get_info() const override
Donne des informations sur le type de l’ Objet_U .
Detailed description
Reimplements:
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`const Type_info * UnaryFunction::get_info() const override <unaryfunction-public-const-type-info-ptr-unaryfunction-get-info-const-override>`
[const Type_info * UnaryFunction::get_info() const override](#unaryfunction-public-const-type-info-ptr-unaryfunction-get-info-const-override)
getName#
virtual const Nom & UnaryFunction::getName() const =0
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`virtual const Nom & UnaryFunction::getName() const =0 <unaryfunction-public-virtual-const-nom-ref-unaryfunction-getname-const-equal-0>`
[virtual const Nom & UnaryFunction::getName() const =0](#unaryfunction-public-virtual-const-nom-ref-unaryfunction-getname-const-equal-0)
precedence#
virtual int UnaryFunction::precedence()
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`virtual int UnaryFunction::precedence() <unaryfunction-public-virtual-int-unaryfunction-precedence>`
[virtual int UnaryFunction::precedence()](#unaryfunction-public-virtual-int-unaryfunction-precedence)
UnaryFunction#
UnaryFunction::UnaryFunction()
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`UnaryFunction::UnaryFunction() <unaryfunction-public-unaryfunction-unaryfunction>`
[UnaryFunction::UnaryFunction()](#unaryfunction-public-unaryfunction-unaryfunction)
~UnaryFunction#
UnaryFunction::~UnaryFunction() override
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`UnaryFunction::~UnaryFunction() override <unaryfunction-public-unaryfunction-dtor-unaryfunction-override>`
[UnaryFunction::~UnaryFunction() override](#unaryfunction-public-unaryfunction-dtor-unaryfunction-override)
info#
const Type_info * UnaryFunction::info()
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`const Type_info * UnaryFunction::info() <unaryfunction-public-static-const-type-info-ptr-unaryfunction-info>`
[const Type_info * UnaryFunction::info()](#unaryfunction-public-static-const-type-info-ptr-unaryfunction-info)
self_cast#
const UnaryFunction & UnaryFunction::self_cast(const Objet_U &)
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`const UnaryFunction & UnaryFunction::self_cast(const Objet_U &) <unaryfunction-public-static-const-unaryfunction-ref-unaryfunction-self-cast-const-objet-u-ref>`
[const UnaryFunction & UnaryFunction::self_cast(const Objet_U &)](#unaryfunction-public-static-const-unaryfunction-ref-unaryfunction-self-cast-const-objet-u-ref)
self_cast#
UnaryFunction & UnaryFunction::self_cast(Objet_U &)
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`UnaryFunction & UnaryFunction::self_cast(Objet_U &) <unaryfunction-public-static-unaryfunction-ref-unaryfunction-self-cast-objet-u-ref>`
[UnaryFunction & UnaryFunction::self_cast(Objet_U &)](#unaryfunction-public-static-unaryfunction-ref-unaryfunction-self-cast-objet-u-ref)
printOn#
Sortie & UnaryFunction::printOn(Sortie &x) const override
Ecriture de l’objet sur un flot de sortie Methode a surcharger.
Detailed description
Reimplements:
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`Sortie & UnaryFunction::printOn(Sortie &x) const override <unaryfunction-protected-sortie-ref-unaryfunction-printon-sortie-ref-x-const-override>`
[Sortie & UnaryFunction::printOn(Sortie &x) const override](#unaryfunction-protected-sortie-ref-unaryfunction-printon-sortie-ref-x-const-override)
readOn#
Entree & UnaryFunction::readOn(Entree &) override
Lecture d’un Objet_U sur un flot d’entree Methode a surcharger.
Detailed description
Reimplements:
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`Entree & UnaryFunction::readOn(Entree &) override <unaryfunction-protected-entree-ref-unaryfunction-readon-entree-ref-override>`
[Entree & UnaryFunction::readOn(Entree &) override](#unaryfunction-protected-entree-ref-unaryfunction-readon-entree-ref-override)
Attributes Documentation#
const Type_info UnaryFunction::info_obj