Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 352 Bytes

example.rst

File metadata and controls

17 lines (12 loc) · 352 Bytes

Nested types

This example shows how to work with types.

Let's consider the following c++ file:

example.hpp

The following code allows you to extract information about the types of variables:

example.py