c++ 的解析器使用标准 Linux 工具提取函数的标头?

发布于 2024-11-06 00:57:30 字数 62 浏览 0 评论 0原文

有这样的事吗?我需要从头文件中提取 C++ 函数及其使用的所有参数。如果我能使用标准的 Linux 程序就好了

Is there something like this? I need to extract C++ functions from header files with all the parameters they use. It would be nice if i can use standard Linux programs

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

热血少△年 2024-11-13 00:57:30

您可以使用 Understanding 4 C++,这是一个前端工具,可以浏览源代码并为源代码生成指标。它还具有强大的API,允许您编写自己的静态分析工具。到目前为止,我了解了 Windows 和其他一些基于 Linux 的操作系统的工作原理。虽然我只使用过基于 Windows 的 API。
它位于:

http://scitools.com/

You can use understand 4 C++ which is a front end tool that browse your source code and generate metrics for your source code. It also has a powerful API that allows you to write your own static analysis tools. So far understand works on windows, and a bunch of other linux based OS's. Though I've only used the windows based API.
It is found at:

http://scitools.com/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文