pybind11/docs/reference.rst

81 lines
1.4 KiB
ReStructuredText
Raw Normal View History

2015-10-13 00:57:16 +00:00
.. _reference:
2015-10-13 21:21:54 +00:00
.. warning::
Please be advised that the reference documentation discussing pybind11
internals is currently incomplete. Please refer to the previous sections
and the pybind11 header files for the nitty gritty details.
2015-10-13 21:21:54 +00:00
2015-10-13 00:57:16 +00:00
Reference
#########
Macros
======
.. doxygendefine:: PYBIND11_PLUGIN
2015-10-13 00:57:16 +00:00
.. _core_types:
Convenience classes for arbitrary Python types
==============================================
Common member functions
-----------------------
2015-10-13 00:57:16 +00:00
.. doxygenclass:: object_api
:members:
2015-10-13 00:57:16 +00:00
Without reference counting
--------------------------
2015-10-13 00:57:16 +00:00
.. doxygenclass:: handle
:members:
2015-10-13 00:57:16 +00:00
With reference counting
-----------------------
.. doxygenclass:: object
:members:
.. doxygenfunction:: reinterpret_borrow
.. doxygenfunction:: reinterpret_steal
2015-10-13 00:57:16 +00:00
Convenience classes for specific Python types
=============================================
.. doxygenclass:: module
:members:
2015-10-13 00:57:16 +00:00
.. doxygengroup:: pytypes
:members:
2015-10-13 00:57:16 +00:00
.. _extras:
Passing extra arguments to ``def`` or ``class_``
================================================
2015-10-13 00:57:16 +00:00
.. doxygengroup:: annotations
:members:
2015-10-13 00:57:16 +00:00
Python build-in functions
=========================
2015-10-13 00:57:16 +00:00
.. doxygengroup:: python_builtins
:members:
2015-10-13 00:57:16 +00:00
Exceptions
==========
2015-10-13 00:57:16 +00:00
.. doxygenclass:: error_already_set
:members:
2015-10-13 00:57:16 +00:00
.. doxygenclass:: builtin_exception
:members:
2015-10-13 00:57:16 +00:00
Literals
========
2016-06-09 14:10:26 +00:00
.. doxygennamespace:: literals