library of assembled shared sources |
http://lass.cocamware.com |
#include <pyobject_plus.h>
Data Fields | |
TStaticMemberHelperPtr | member |
PyTypeObject * | parentType |
std::vector< PyMethodDef > * | methods |
std::vector< PyGetSetDef > * | getSetters |
const std::vector< StaticMember > * | statics |
const char * | name |
const char * | doc |
Definition at line 855 of file pyobject_plus.h.
Definition at line 857 of file pyobject_plus.h.
Referenced by lass::python::impl::createStaticMember().
PyTypeObject* lass::python::impl::StaticMember::parentType |
Definition at line 858 of file pyobject_plus.h.
Referenced by lass::python::impl::createStaticMember().
std::vector<PyMethodDef>* lass::python::impl::StaticMember::methods |
Definition at line 859 of file pyobject_plus.h.
Referenced by lass::python::impl::createStaticMember().
std::vector<PyGetSetDef>* lass::python::impl::StaticMember::getSetters |
Definition at line 860 of file pyobject_plus.h.
Referenced by lass::python::impl::createStaticMember().
const std::vector<StaticMember>* lass::python::impl::StaticMember::statics |
Definition at line 861 of file pyobject_plus.h.
Referenced by lass::python::impl::createStaticMember().
const char* lass::python::impl::StaticMember::name |
Definition at line 862 of file pyobject_plus.h.
Referenced by lass::python::impl::createStaticMember(), and lass::python::impl::StaticMemberEqual::operator()().
const char* lass::python::impl::StaticMember::doc |
Definition at line 863 of file pyobject_plus.h.
Referenced by lass::python::impl::createStaticMember().
Generated on Mon Nov 10 14:22:15 2008 for Library of Assembled Shared Sources by 1.5.7.1 |