#include </builds/ipbus/ipbus-software/uhal/python/pybind11-python2/include/pybind11/pybind11.h>
Public Member Functions | |
enum_base (const handle &base, const handle &parent) | |
PYBIND11_NOINLINE void | init (bool is_arithmetic, bool is_convertible) |
PYBIND11_NOINLINE void | value (char const *name_, object value, const char *doc=nullptr) |
PYBIND11_NOINLINE void | export_values () |
enum_base (const handle &base, const handle &parent) | |
PYBIND11_NOINLINE void | init (bool is_arithmetic, bool is_convertible) |
PYBIND11_NOINLINE void | value (char const *name_, object value, const char *doc=nullptr) |
PYBIND11_NOINLINE void | export_values () |
Public Attributes | |
handle | m_base |
handle | m_parent |
Definition at line 1943 of file pybind11.h.
Definition at line 1944 of file pybind11.h.
Definition at line 1948 of file pybind11.h.
|
inline |
Definition at line 2097 of file pybind11.h.
|
inline |
Definition at line 2108 of file pybind11.h.
|
inline |
Definition at line 1946 of file pybind11.h.
References enum_name(), get_internals(), type::handle_of(), m_base, PYBIND11_ENUM_OP_CONV, PYBIND11_ENUM_OP_CONV_LHS, PYBIND11_ENUM_OP_STRICT, and PYBIND11_THROW.
|
inline |
Definition at line 1950 of file pybind11.h.
References enum_name(), get_internals(), type::handle_of(), m_base, PYBIND11_ENUM_OP_CONV, PYBIND11_ENUM_OP_CONV_LHS, PYBIND11_ENUM_OP_STRICT, PYBIND11_THROW, and options::show_enum_members_docstring().
|
inline |
Definition at line 2084 of file pybind11.h.
References dict::contains(), m_base, and value().
Referenced by value().
|
inline |
Definition at line 2095 of file pybind11.h.
References dict::contains(), m_base, and value().
handle enum_base::m_base |
Definition at line 2104 of file pybind11.h.
Referenced by export_values(), init(), and value().
handle enum_base::m_parent |
Definition at line 2105 of file pybind11.h.
Referenced by export_values().