Python包CppHeaderParser目的:解析C++头文件,生成表示类的数据结构。添加一名作者。许可证:BSD。需要外部模块:PLY。快速开始示例:
#include
#include
#define DEF_1 1
#define OS_NAME \"Linux\"
using namespace std;
class SampleClass {
public:
SampleClass();
/*!
* Method 1
*/
string meth1();
/// Method 2 description
/// @param v1 Variable 1
/// int meth2(int v1);
/**
暂无评论