#include <pybind11.h>
Public Member Functions | |
enum_base (const handle &base, const 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 2049 of file pybind11.h.
Definition at line 2050 of file pybind11.h.
|
inline |
Definition at line 2210 of file pybind11.h.
|
inline |
Definition at line 2052 of file pybind11.h.
|
inline |
Definition at line 2197 of file pybind11.h.
handle enum_base::m_base |
Definition at line 2217 of file pybind11.h.
handle enum_base::m_parent |
Definition at line 2218 of file pybind11.h.