UndoMemento Class Reference

abstract object that should be stored to preserve actual state of an object greebo: An UndoMemento has to be allocated on the heap and contains all the information that is needed to describe the status of an Undoable. More...

#include <iundo.h>

Inheritance diagram for UndoMemento:
Inheritance graph
[legend]

Public Member Functions

virtual ~UndoMemento ()

Detailed Description

abstract object that should be stored to preserve actual state of an object greebo: An UndoMemento has to be allocated on the heap and contains all the information that is needed to describe the status of an Undoable.

Mandatory interface method is release() which should free itself from the heap.

Definition at line 45 of file iundo.h.


Constructor & Destructor Documentation

virtual UndoMemento::~UndoMemento (  )  [inline, virtual]

Definition at line 48 of file iundo.h.


The documentation for this class was generated from the following file:

Generated by  doxygen 1.6.2