mirror of
https://github.com/pybind/pybind11.git
synced 2026-04-20 14:59:27 +00:00
Improve documentation related to inheritance. (#1676)
* Adds section to the reference. * Adds section to advanced classes page describing how to use `get_overload`.
This commit is contained in:
committed by
Wenzel Jakob
parent
492da592c2
commit
2b045757b5
@@ -86,6 +86,21 @@ Python built-in functions
|
||||
.. doxygengroup:: python_builtins
|
||||
:members:
|
||||
|
||||
Inheritance
|
||||
===========
|
||||
|
||||
See :doc:`/classes` and :doc:`/advanced/classes` for more detail.
|
||||
|
||||
.. doxygendefine:: PYBIND11_OVERLOAD
|
||||
|
||||
.. doxygendefine:: PYBIND11_OVERLOAD_PURE
|
||||
|
||||
.. doxygendefine:: PYBIND11_OVERLOAD_NAME
|
||||
|
||||
.. doxygendefine:: PYBIND11_OVERLOAD_PURE_NAME
|
||||
|
||||
.. doxygenfunction:: get_overload
|
||||
|
||||
Exceptions
|
||||
==========
|
||||
|
||||
|
||||
Reference in New Issue
Block a user