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

Classes

class  BigResource
 Represents some big resource. More...
 
class  BigResourceManager
 Represents a manager for big resources. More...
 
class  Flyweight_Class
 Associates a context with a big resource. More...
 
class  Flyweight_Context
 Represents the context for an instance of the Flyweight_Class. More...