| 744 | class PolyDerived : public PolyBase { |
| 745 | public: |
| 746 | PolyDerived() : PolyBase("PolyDerived"), name_("PolyDerived") {} |
| 747 | |
| 748 | std::string virtualGetClassName() const { |
| 749 | return name_; |
nothing calls this directly
no outgoing calls
no test coverage detected