#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 2001 of file pybind11.h.
Definition at line 2002 of file pybind11.h.
|
inline |
Definition at line 2162 of file pybind11.h.
|
inline |
Definition at line 2004 of file pybind11.h.
|
inline |
Definition at line 2149 of file pybind11.h.
| handle enum_base::m_base |
Definition at line 2169 of file pybind11.h.
| handle enum_base::m_parent |
Definition at line 2170 of file pybind11.h.