Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
Python package "CppHeaderParser"
--------------------------------
**Purpose:** Parse C++ header files and generate a data structure representing the class

**Author:** Jashua Cloutier

**Licence:** BSD

**External modules required:** PLY

**Quick start**::

{SAMPLE_CLASS_H}

**Python code**::

{READ_SAMPLE_CLASS_PY}

**Output**::

{READ_SAMPLE_CLASS_PY_OUTPUT}


Contributors
------------
* Chris Love
* HartsAntler