library of assembled shared sources |
http://lass.cocamware.com |
#include <callback_python.h>
Public Member Functions | |
FunctorPythonBase (const python::TPyObjPtr &callable) | |
bool | operator== (const FunctorPythonBase &other) const |
Protected Member Functions | |
void | call (const python::TPyObjPtr &args) const |
Private Attributes | |
python::TPyObjPtr | callable_ |
Definition at line 71 of file callback_python.h.
lass::python::impl::FunctorPythonBase::FunctorPythonBase | ( | const python::TPyObjPtr & | callable | ) | [inline] |
Definition at line 74 of file callback_python.h.
bool lass::python::impl::FunctorPythonBase::operator== | ( | const FunctorPythonBase & | other | ) | const [inline] |
void lass::python::impl::FunctorPythonBase::call | ( | const python::TPyObjPtr & | args | ) | const [inline, protected] |
Definition at line 80 of file callback_python.h.
References callable_, lass::python::impl::fetchAndThrowPythonException(), LASS_ASSERT, and LASS_PRETTY_FUNCTION.
Generated on Mon Nov 10 14:22:15 2008 for Library of Assembled Shared Sources by 1.5.7.1 |