#include </builds/ipbus/ipbus-software/uhal/python/pybind11-python2/include/pybind11/numpy.h>
Public Member Functions | |
numpy_type_info * | get_type_info (const std::type_info &tinfo, bool throw_if_missing=true) |
template<typename T > | |
numpy_type_info * | get_type_info (bool throw_if_missing=true) |
numpy_type_info * | get_type_info (const std::type_info &tinfo, bool throw_if_missing=true) |
template<typename T > | |
numpy_type_info * | get_type_info (bool throw_if_missing=true) |
Public Attributes | |
std::unordered_map< std::type_index, numpy_type_info > | registered_dtypes |
|
inline |
Definition at line 104 of file numpy.h.
References get_type_info().
|
inline |
Definition at line 106 of file numpy.h.
References get_type_info().
|
inline |
Definition at line 92 of file numpy.h.
References pybind11_fail(), and registered_dtypes.
Referenced by npy_format_descriptor< T, SFINAE >::dtype_ptr(), npy_format_descriptor< T, SFINAE >::format(), get_type_info(), and register_structured_dtype().
|
inline |
Definition at line 94 of file numpy.h.
References pybind11_fail(), and registered_dtypes.
std::unordered_map< std::type_index, numpy_type_info > numpy_internals::registered_dtypes |
Definition at line 90 of file numpy.h.
Referenced by get_type_info(), and register_structured_dtype().