Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在玩 cppdepend, 有一件事让我很烦恼: 它列出了某些违反“基类不应使用派生类”的类。但我没有找到一种方法来准确查看基类在何处以及如何使用衍生物。可以做到吗?顺便说一句,我在 Win 上使用评估版。
要查看基类中使用了哪些方法,最简单的方法是在类浏览器中选择相关的基类,右键单击并选择“选择我使用的方法”,您将在派生类中也存在方法。