bridge_pattern::Implementor
-
class Implementor
The Implementor interface defines the interface for low-level operations.
Subclassed by bridge_pattern::ConcreteImplementorA, bridge_pattern::ConcreteImplementorB
Public Functions
-
virtual std::string operationImpl() const = 0
Performs a low-level operation.
- Returns:
A string representing the operation details.
-
virtual std::string operationImpl() const = 0