c++ 的解析器使用标准 Linux 工具提取函数的标头?
有这样的事吗?我需要从头文件中提取 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 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/