class_adapter_pattern::Adaptee
-
class Adaptee
The Adaptee class provides specific functionality.
The Adaptee has methods that perform useful operations but with an interface that is incompatible with the Target interface.
Subclassed by class_adapter_pattern::Adapter