library of assembled shared sources |
http://lass.cocamware.com |
#include <pymap.h>
Public Member Functions | |
PyMapImplBase () | |
virtual | ~PyMapImplBase () |
virtual Py_ssize_t | PyMap_Length ()=0 |
virtual PyObject * | PyMap_Subscript (PyObject *iKey)=0 |
virtual int | PyMap_AssSubscript (PyObject *iKey, PyObject *iValue)=0 |
virtual std::string | pyStr (void)=0 |
virtual std::string | pyRepr (void)=0 |
virtual TPyObjPtr | keys () const =0 |
virtual TPyObjPtr | values () const =0 |
virtual PyObject * | PyMap_Iter ()=0 |
virtual bool | pointsToSameContainer (void *iO)=0 |
Definition at line 64 of file pymap.h.
lass::python::impl::PyMapImplBase::PyMapImplBase | ( | ) | [inline] |
virtual lass::python::impl::PyMapImplBase::~PyMapImplBase | ( | ) | [inline, virtual] |
virtual Py_ssize_t lass::python::impl::PyMapImplBase::PyMap_Length | ( | ) | [pure virtual] |
Implemented in lass::python::impl::PyMapImpl< M >.
Referenced by lass::python::impl::PyMap::PyMap_Length().
virtual PyObject* lass::python::impl::PyMapImplBase::PyMap_Subscript | ( | PyObject * | iKey | ) | [pure virtual] |
Implemented in lass::python::impl::PyMapImpl< M >.
Referenced by lass::python::impl::PyMap::PyMap_Subscript().
virtual int lass::python::impl::PyMapImplBase::PyMap_AssSubscript | ( | PyObject * | iKey, | |
PyObject * | iValue | |||
) | [pure virtual] |
Implemented in lass::python::impl::PyMapImpl< M >.
Referenced by lass::python::impl::PyMap::PyMap_AssSubscript().
virtual std::string lass::python::impl::PyMapImplBase::pyStr | ( | void | ) | [pure virtual] |
Implemented in lass::python::impl::PyMapImpl< M >.
virtual std::string lass::python::impl::PyMapImplBase::pyRepr | ( | void | ) | [pure virtual] |
Implemented in lass::python::impl::PyMapImpl< M >.
virtual TPyObjPtr lass::python::impl::PyMapImplBase::keys | ( | ) | const [pure virtual] |
Implemented in lass::python::impl::PyMapImpl< M >.
virtual TPyObjPtr lass::python::impl::PyMapImplBase::values | ( | ) | const [pure virtual] |
Implemented in lass::python::impl::PyMapImpl< M >.
virtual PyObject* lass::python::impl::PyMapImplBase::PyMap_Iter | ( | ) | [pure virtual] |
Implemented in lass::python::impl::PyMapImpl< M >.
Referenced by lass::python::impl::PyMap::PyMap_Iter().
virtual bool lass::python::impl::PyMapImplBase::pointsToSameContainer | ( | void * | iO | ) | [pure virtual] |
Implemented in lass::python::impl::PyMapImpl< M >.
Generated on Mon Nov 10 14:22:15 2008 for Library of Assembled Shared Sources by 1.5.7.1 |