=========
Variables
=========

This example shows how to find variables and find information about them.

Let's consider the following c++ file:

.. literalinclude:: example.hpp
   :language: c++

The following code can be use to find the variable named "c" using different
strategies, and to print information about it:

.. literalinclude:: example.py
   :language: python
