#include "hello.h"#include <boost/python/module.hpp>#include <boost/python/def.hpp>

Go to the source code of this file.
Functions | |
| char const * | greet () |
| char const * | foo (int x, int y) |
| void | b (Base *aBase) |
| void | d (Derived *aDerived) |
| Base * | factory () |
| void b | ( | Base * | aBase | ) |
| void d | ( | Derived * | aDerived | ) |
| Base* factory | ( | ) |
| char const* foo | ( | int | x, | |
| int | y | |||
| ) |
| char const* greet | ( | ) |
1.5.6