Design Pattern Examples
Overview of object-oriented design patterns
DesignPatternExamples_python.memento.memento Namespace Reference

Classes

class  IMemento
 Represents a single memento, a single snapshot of the state of the Memento_TextObject class as represented by the private class, Memento. More...
 
class  Memento_TextObject
 Container for a string. More...