16#ifndef Memoire_ptr_included
17#define Memoire_ptr_included
34 inline int libre()
const;
Memoire_ptr & operator=(const Memoire_ptr &)
Assignment operator between memory pointers. In the case A=B, the Objet_U pointed to by A becomes the...
Memoire_ptr(Objet_U *ptr=0)
Constructor.
void set(Objet_U *ptr)
Assigns an Objet_U to a memory pointer.
Objet_U & obj()
Returns a reference to the Objet_U pointed to by the memory pointer.
int libre() const
Indicates whether the memory pointer is free, i.e. whether it points to a non-null Objet_U.
Base class for TRUST objects (Objet_U).