Trees | Indices | Help |
|
---|
|
contains classes that allow to configure code generation for free\member functions, operators and etc.
Classes | |
calldef_t base class, for code generator configration, for function declaration classes. |
|
member_function_t defines a set of properties, that will instruct Py++ how to expose the member function |
|
constructor_t defines a set of properties, that will instruct Py++ how to expose the constructor |
|
destructor_t you may ignore this class for he time being. |
|
operators_helper helps Py++ to deal with C++ operators |
|
member_operator_t defines a set of properties, that will instruct Py++ how to expose the member operator |
|
casting_operator_t defines a set of properties, that will instruct Py++ how to expose the casting operator |
|
free_function_t defines a set of properties, that will instruct Py++ how to expose the free function |
|
free_operator_t defines a set of properties, that will instruct Py++ how to expose the free operator |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Oct 20 08:51:02 2008 | http://epydoc.sourceforge.net |