One C++ class has a <<uses>> connector to another C++ class indirectly, because its base class has a base class pointer to an object of the other C++ class.
For simplicity, I want to show that usage connection in my diagram without showing the base classes.
How do I do that?