Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 456 Bytes

example.rst

File metadata and controls

18 lines (13 loc) · 456 Bytes

C++ Templates

pygccxml has minimal support for c++ templates, but there is some information that can be extracted from templated declarations.

Let's consider the following c++ file (example.hpp):

example.hpp

This example show how to extract template parameters from the template declaration.

example.py