#include <pybind11.h>
Public Member Functions | |
enum_base (handle base, handle parent) | |
PYBIND11_NOINLINE void | export_values () |
PYBIND11_NOINLINE void | init (bool is_arithmetic, bool is_convertible) |
PYBIND11_NOINLINE void | value (char const *name_, object value, const char *doc=nullptr) |
Public Attributes | |
handle | m_base |
handle | m_parent |
Definition at line 1484 of file pybind11.h.
Definition at line 1485 of file pybind11.h.
|
inline |
Definition at line 1624 of file pybind11.h.
|
inline |
Definition at line 1487 of file pybind11.h.
|
inline |
Definition at line 1612 of file pybind11.h.
handle enum_base::m_base |
Definition at line 1630 of file pybind11.h.
handle enum_base::m_parent |
Definition at line 1631 of file pybind11.h.