flyweight_pattern::ConcreteFlyweight
-
class ConcreteFlyweight : public flyweight_pattern::Flyweight
ConcreteFlyweight implements the Flyweight interface.
It contains the intrinsic state, which is shared between multiple objects.
ConcreteFlyweight implements the Flyweight interface.
It contains the intrinsic state, which is shared between multiple objects.