cppyabm  1.0.17
An agent-based library to integrate C++ and Python
iterator Member List

This is the complete list of members for iterator, including all inherited members.

cast() const &object
cast() &&object
cast() const &object
cast() &&object
cast() const &objectinline
cast() &&objectinline
handle::cast() consthandle
check() consthandleinline
dec_ref() const &handleinline
difference_type typedefiterator
handle()=defaulthandle
handle(PyObject *ptr)handleinline
inc_ref() const &handleinline
is_borrowedobject
iterator_category typedefiterator
m_ptrhandleprotected
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!=(const iterator &a, const iterator &b)iteratorfriend
object::operator!=(const handle &h) consthandleinline
operator*() constiteratorinline
operator++()iteratorinline
operator++(int)iteratorinline
operator->() constiteratorinline
operator=(const object &other)objectinline
operator=(object &&other) noexceptobjectinline
operator==(const iterator &a, const iterator &b)iteratorfriend
object::operator==(const handle &h) consthandleinline
pointer typedefiterator
ptr() consthandleinline
ptr()handleinline
PYBIND11_DEPRECATED("Use reinterpret_borrow<object>() or reinterpret_steal<object>()") object(handle hobject
reference typedefiterator
release()objectinline
sentinel()iteratorinlinestatic
value_type typedefiterator
~object()objectinline