Public Member Functions | |
| entry_from_python () | |
Static Public Member Functions | |
| static void * | convertible (PyObject *e) |
| static entry | construct0 (object e) |
| static void | construct (PyObject *e, converter::rvalue_from_python_stage1_data *data) |
Definition at line 61 of file entry.cpp.
| entry_from_python::entry_from_python | ( | ) | [inline] |
| static void* entry_from_python::convertible | ( | PyObject * | e | ) | [inline, static] |
| static entry entry_from_python::construct0 | ( | object | e | ) | [inline, static] |
Definition at line 75 of file entry.cpp.
References libtorrent::entry::dict(), l, and libtorrent::entry::list().
Referenced by construct().
| static void entry_from_python::construct | ( | PyObject * | e, | |
| converter::rvalue_from_python_stage1_data * | data | |||
| ) | [inline, static] |
Definition at line 122 of file entry.cpp.
References construct0().
Referenced by entry_from_python().
1.5.6