CoreLinux++
0.4.32
|
Memento knows its Mediator object, communicates with its mediator whenever it would have otherwise communicated with another Memento. More...
#include <Memento.hpp>
Public Member Functions | |
Memento (void) | |
Default constructor. | |
Memento (MementoCref) | |
Copy constructor. More... | |
virtual | ~Memento (void) |
Virtual destructor. | |
MementoRef | operator= (MementoCref) |
Assignment operator. | |
bool | operator== (MementoCref) const |
Equality operator. | |
bool | operator!= (MementoCref) const |
In-Equality operator. | |
Memento knows its Mediator object, communicates with its mediator whenever it would have otherwise communicated with another Memento.
corelinux::Memento::Memento | ( | MementoCref | ) |
Copy constructor.
Memento | const referencee |