#include <pybind11.h>
Public Member Functions | |
enum_base (handle base, 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 1621 of file pybind11.h.
Definition at line 1622 of file pybind11.h.
|
inline |
Definition at line 1753 of file pybind11.h.
|
inline |
Definition at line 1624 of file pybind11.h.
|
inline |
Definition at line 1741 of file pybind11.h.
handle enum_base::m_base |
Definition at line 1759 of file pybind11.h.
handle enum_base::m_parent |
Definition at line 1760 of file pybind11.h.