Functions & operators¶
Preamble¶
Boost.Python provides very rich interface to expose functions and operators. This section of documentation will explain how to configure Py++ in order to export your functions, using desired Boost.Python functionality.
Contents¶
- Call policies
- Function transformation
- Introduction
- Thanks to
- Transformers contents
- Terminology
- Generated functions name
output
transformerinput
transformerinout
transformermodify_type
transformerinput_static_array
transformeroutput_static_array
transformerinout_static_array
transformertransfer_ownership
transformerinput_c_buffer
transformerfrom_address
transformerinput_static_matrix
transformeroutput_static_matrix
transformerinout_static_matrix
transformer
- Default arguments
- make_constructor
- Overloading
- Registration order