Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

readme.md

Parse c++ header file and generate c++ implement code

Purpose: Provides "header file to cpp file" capabilities to develop plugin for other platform.

Required: python 2.x

Author: xiaok

External module required: yaml Cheetah

Third-party: pyvisitor CppHeaderParser(modification)

Github-Link

Help Query:

h2cppx -h

example:

python h2cppx sample/sample.h

Already includes platform support:

  1. vim support: vim-port branch, just use "git checkout vim-port" to get it.

About the error code description of program exit,see the doc/error_code.txt file.

About how to write a template file,see the doc/template.md file.