pybind11/include/pybind11
Dean Moldovan 1e5a7da30d Add py::pickle() adaptor for safer __getstate__/__setstate__ bindings
This is analogous to `py::init()` vs `__init__` + placement-new.
`py::pickle()` reuses most of the implementation details of `py::init()`.
2017-08-30 11:11:38 +02:00
..
detail Add py::pickle() adaptor for safer __getstate__/__setstate__ bindings 2017-08-30 11:11:38 +02:00
attr.h Reduce binary size overhead of new-style constructors 2017-08-28 16:08:53 +02:00
buffer_info.h Move internal headers into detail subdirectory 2017-08-17 04:06:35 +02:00
cast.h Improve type safety of internals.registered_types_cpp 2017-08-23 10:44:52 +02:00
chrono.h Force hidden visibility on pybind code 2017-08-14 11:40:38 -04:00
complex.h Force hidden visibility on pybind code 2017-08-14 11:40:38 -04:00
eigen.h Force hidden visibility on pybind code 2017-08-14 11:40:38 -04:00
embed.h Force hidden visibility on pybind code 2017-08-14 11:40:38 -04:00
eval.h Force hidden visibility on pybind code 2017-08-14 11:40:38 -04:00
functional.h Force hidden visibility on pybind code 2017-08-14 11:40:38 -04:00
iostream.h Utility for redirecting C++ streams to Python (#1009) 2017-08-25 02:12:43 +02:00
numpy.h Fix clang5 warnings 2017-08-23 12:05:18 -04:00
operators.h Force hidden visibility on pybind code 2017-08-14 11:40:38 -04:00
options.h Move internal headers into detail subdirectory 2017-08-17 04:06:35 +02:00
pybind11.h Add py::pickle() adaptor for safer __getstate__/__setstate__ bindings 2017-08-30 11:11:38 +02:00
pytypes.h Move internal headers into detail subdirectory 2017-08-17 04:06:35 +02:00
stl_bind.h Move internal headers into detail subdirectory 2017-08-17 04:06:35 +02:00
stl.h Force hidden visibility on pybind code 2017-08-14 11:40:38 -04:00