const PString & getPrototype() const
Get the prototype of the current function.
PString p_prototype
Prototype of the function.
void setPrototype(const PString &prototype)
Set the prototype of the current function.
const PString & getName() const
Name of the function.
void setName(const PString &name)
Set the name of the function.
PString p_name
Name of the function.
virtual ~AbstractDataFunction()
Destructor of AbstractDataFunction.
void initialisationAbstractDataFunction(const PString &name)
Initialisation function of the class AbstractDataFunction.
AbstractDataFunction(const PString &name)
Default constructor of AbstractDataFunction.