Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 377 Bytes

example.rst

File metadata and controls

17 lines (12 loc) · 377 Bytes

Function pointers

This example shows how to work with function pointers.

Let's consider the following c++ file:

example.hpp

The following code allows you to extract information about the function pointer:

example.py