Scarab  2.8.1
Project 8 C++ Utility Library
enum_< Type > Member List

This is the complete list of members for enum_< Type >, including all inherited members.

__attribute__((deprecated("Use reinterpret_borrow<""class_"">() or reinterpret_steal<""class_"">()"))) class_(handle hclass_< Type >
pybind11::detail::generic_type::__attribute__((deprecated("Use reinterpret_borrow<""generic_type"">() or reinterpret_steal<""generic_type"">()"))) generic_type(handle hgeneric_type
pybind11::object::__attribute__((deprecated("Use reinterpret_borrow<object>() or reinterpret_steal<object>()"))) object(handle hobject
pybind11::handle::__attribute__((deprecated("Use obj1.is(obj2) instead"))) bool operatorhandle
object_api< handle >::__attribute__((deprecated("call(...) was deprecated in favor of operator()(...)"))) object call(Args &&... args) constobject_api< handle >
attr(handle key) constobject_api< handle >
attr(const char *key) constobject_api< handle >
Base typedefenum_< Type >
begin() constobject_api< handle >
borrowed_tclass_< Type >
cast() const &object
cast() &&object
cast() const &object
cast() &&object
cast() const &objectinline
cast() &&objectinline
pybind11::handle::cast() consthandle
contains(T &&item) constobject_api< handle >
dec_ref() const &handleinline
def(const char *name_, Func &&f, const Extra &... extra)class_< Type >inline
def(const detail::op_< id, ot, L, R > &op, const Extra &... extra)class_< Type >inline
def(const detail::initimpl::constructor< Args... > &init, const Extra &... extra)class_< Type >inline
def(const detail::initimpl::alias_constructor< Args... > &init, const Extra &... extra)class_< Type >inline
def(detail::initimpl::factory< Args... > &&init, const Extra &... extra)class_< Type >inline
def(detail::initimpl::pickle_factory< Args... > &&pf, const Extra &...extra)class_< Type >inline
def_buffer(Func &&func)class_< Type >inline
def_buffer(Return(Class::*func)(Args...))class_< Type >inline
def_buffer(Return(Class::*func)(Args...) const)class_< Type >inline
def_cast(const detail::op_< id, ot, L, R > &op, const Extra &... extra)class_< Type >inline
def_property(const char *name, const Getter &fget, const Setter &fset, const Extra &...extra)class_< Type >inline
def_property(const char *name, const Getter &fget, const cpp_function &fset, const Extra &...extra)class_< Type >inline
def_property(const char *name, const cpp_function &fget, const cpp_function &fset, const Extra &...extra)class_< Type >inline
def_property_readonly(const char *name, const Getter &fget, const Extra &...extra)class_< Type >inline
def_property_readonly(const char *name, const cpp_function &fget, const Extra &...extra)class_< Type >inline
def_property_readonly_static(const char *name, const Getter &fget, const Extra &...extra)class_< Type >inline
def_property_readonly_static(const char *name, const cpp_function &fget, const Extra &...extra)class_< Type >inline
def_property_static(const char *name, const Getter &fget, const cpp_function &fset, const Extra &...extra)class_< Type >inline
def_property_static(const char *name, const cpp_function &fget, const cpp_function &fset, const Extra &...extra)class_< Type >inline
def_readonly(const char *name, const D C::*pm, const Extra &...extra)class_< Type >inline
def_readonly_static(const char *name, const D *pm, const Extra &...extra)class_< Type >inline
def_readwrite(const char *name, D C::*pm, const Extra &... extra)class_< Type >inline
def_readwrite_static(const char *name, D *pm, const Extra &...extra)class_< Type >inline
def_static(const char *name_, Func &&f, const Extra &... extra)class_< Type >inline
end() constobject_api< handle >
enum_(const handle &scope, const char *name, const Extra &... extra)enum_< Type >inline
equal(object_api const &other) constobject_api< handle >inline
export_values()enum_< Type >inline
get_type() constobject_api< handle >
handle()=defaulthandle
handle(PyObject *ptr)handleinline
has_aliasclass_< Type >static
holder_type typedefclass_< Type >
inc_ref() const &handleinline
intclass_< Type >
is(object_api const &other) constobject_api< handle >inline
is_borrowedclass_< Type >
is_none() constobject_api< handle >inline
m_baseenum_< Type >private
not_equal(object_api const &other) constobject_api< handle >inline
object()=defaultobject
object(const object &o)objectinline
object(object &&other) noexceptobjectinline
object(handle h, borrowed_t)objectinline
object(handle h, stolen_t)objectinline
operator bool() consthandleinlineexplicit
operator&(object_api const &other) constobject_api< handle >
operator&=(object_api const &other) constobject_api< handle >
operator()(Args &&...args) constobject_api< handle >
operator*() constobject_api< handle >
operator*(object_api const &other) constobject_api< handle >
operator*=(object_api const &other) constobject_api< handle >
operator+(object_api const &other) constobject_api< handle >
operator+=(object_api const &other) constobject_api< handle >
operator-() constobject_api< handle >
operator-(object_api const &other) constobject_api< handle >
operator-=(object_api const &other) constobject_api< handle >
operator/(object_api const &other) constobject_api< handle >
operator/=(object_api const &other) constobject_api< handle >
operator<(object_api const &other) constobject_api< handle >inline
operator<<(object_api const &other) constobject_api< handle >
operator<<=(object_api const &other) constobject_api< handle >
operator<=(object_api const &other) constobject_api< handle >inline
operator=(const object &other)objectinline
operator=(object &&other) noexceptobjectinline
operator>(object_api const &other) constobject_api< handle >inline
operator>=(object_api const &other) constobject_api< handle >inline
operator>>(object_api const &other) constobject_api< handle >
operator>>=(object_api const &other) constobject_api< handle >
operator[](handle key) constobject_api< handle >
operator[](const char *key) constobject_api< handle >
operator^(object_api const &other) constobject_api< handle >
operator^=(object_api const &other) constobject_api< handle >
operator|(object_api const &other) constobject_api< handle >
operator|=(object_api const &other) constobject_api< handle >
operator~() constobject_api< handle >
ptr() consthandleinline
ptr()handleinline
ref_count() constobject_api< handle >inline
release()objectinline
Scalar typedefenum_< Type >
type typedefclass_< Type >
type_alias typedefclass_< Type >
value(char const *name, Type value, const char *doc=nullptr)enum_< Type >inline
~object()objectinline