Allocateur pour les membres de CoupleOfLambdas. More...
#include "cogitant/allocator.h"
Public Member Functions | |
Allocation des graphes. | |
| virtual Graph * | allocFirst (Environment const *env) const |
| virtual Graph * | allocSecond (Environment const *env) const |
| virtual Graph * | allocFirst2 (Graph const *o, Environment const *env) const |
| virtual Graph * | allocSecond2 (Graph const *o, Environment const *env) const |
Public Member Functions inherited from cogitant::CogitantObject | |
| CogitantObject () | |
| Constructeur. More... | |
| CogitantObject (CogitantObject const &o) | |
| Constructeur par recopie. More... | |
| virtual | ~CogitantObject () |
| Destructeur. More... | |
| PropertySet * | properties () |
| Accès à l'ensemble des propriétés. More... | |
| virtual std::string | toString () const |
| Transformation en chaîne de caractères. More... | |
| std::string | className () const |
| Nom de la classe. More... | |
| PropertySet const * | properties () const |
| Accès en lecture seule à l'ensemble des propriétés. More... | |
| bool | hasProperties () const |
| Existence de propriétés. More... | |
| CogitantObject & | operator= (CogitantObject const &ob) |
| Affectation. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from cogitant::CogitantObject | |
| virtual PropertySet * | allocProperties () const |
| Fonction créant l'instance d'une sous classe de PropertySet pour la représentation des propriétés de l'objet. More... | |
Allocateur pour les membres de CoupleOfLambdas.