Object manager for Python's numpy.dtype class. More...
#include <boost/python.hpp>
#include <boost/numpy/numpy_object_mgr_traits.hpp>
#include <boost/mpl/for_each.hpp>
#include <boost/type_traits/add_pointer.hpp>
Go to the source code of this file.
Classes | |
struct | boost::numpy::detail::builtin_dtype< bool, true > |
struct | boost::numpy::detail::builtin_dtype< std::complex< T >, false > |
struct | boost::numpy::detail::builtin_dtype< T, false > |
struct | boost::numpy::detail::builtin_dtype< T, true > |
class | boost::numpy::dtype |
A boost.python "object manager" (subclass of object) for numpy.dtype. More... | |
Namespaces | |
namespace | boost |
namespace | boost::numpy |
namespace | boost::numpy::detail |
namespace | boost::python |
namespace | boost::python::converter |
Functions | |
bool | boost::numpy::equivalent (dtype const &a, dtype const &b) |
template<int bits> | |
dtype | boost::numpy::detail::get_complex_dtype () |
template<int bits> | |
dtype | boost::numpy::detail::get_float_dtype () |
template<int bits, bool isUnsigned> | |
dtype | boost::numpy::detail::get_int_dtype () |
boost::python::converter::NUMPY_OBJECT_MANAGER_TRAITS (numpy::dtype) |
Object manager for Python's numpy.dtype class.
Definition in file dtype.hpp.