bridge_pattern::ConcreteImplementorA

class ConcreteImplementorA : public bridge_pattern::Implementor

A concrete implementation of the Implementor interface.

Public Functions

virtual std::string operationImpl() const override

Implementation-specific operation for ConcreteImplementorA.

Returns:

A string representing the operation of ConcreteImplementorA.