#include <Objects.hxx>
Public Member Functions | |
| virtual bool | accepts (PyObject *pyob) const |
| long | as_long () const |
| Long (const Object &ob) | |
| Long (int v) | |
| Long (unsigned long v) | |
| Long (long v=0L) | |
| Long (const Long &ob) | |
| Long (PyObject *pyob, bool owned=false) | |
| operator double () const | |
| operator long () const | |
| operator unsigned long () const | |
| Long & | operator= (unsigned long v) |
| Long & | operator= (long v) |
| Long & | operator= (int v) |
| Long & | operator= (PyObject *rhsp) |
| Long & | operator= (const Object &rhs) |
Definition at line 698 of file Python2/Objects.hxx.
| Py::Long::Long | ( | PyObject * | pyob, | |
| bool | owned = false | |||
| ) | [inline, explicit] |
Definition at line 702 of file Python2/Objects.hxx.
References validate.
| Py::Long::Long | ( | const Long & | ob | ) | [inline] |
Definition at line 707 of file Python2/Objects.hxx.
References validate.
| Py::Long::Long | ( | long | v = 0L |
) | [inline, explicit] |
Definition at line 713 of file Python2/Objects.hxx.
References validate.
| Py::Long::Long | ( | unsigned long | v | ) | [inline, explicit] |
Definition at line 719 of file Python2/Objects.hxx.
References validate.
| Py::Long::Long | ( | int | v | ) | [inline, explicit] |
Definition at line 725 of file Python2/Objects.hxx.
References validate.
| Py::Long::Long | ( | const Object & | ob | ) | [inline] |
Definition at line 732 of file Python2/Objects.hxx.
References validate.
| virtual bool Py::Long::accepts | ( | PyObject * | pyob | ) | const [inline, virtual] |
Reimplemented from Py::Object.
Definition at line 752 of file Python2/Objects.hxx.
References Py::_Long_Check().
| long Py::Long::as_long | ( | ) | const [inline] |
Definition at line 758 of file Python2/Objects.hxx.
| Py::Long::operator double | ( | ) | const [inline] |
Definition at line 774 of file Python2/Objects.hxx.
| Py::Long::operator long | ( | ) | const [inline] |
Definition at line 764 of file Python2/Objects.hxx.
| Py::Long::operator unsigned long | ( | ) | const [inline] |
Definition at line 770 of file Python2/Objects.hxx.
Definition at line 791 of file Python2/Objects.hxx.
Definition at line 785 of file Python2/Objects.hxx.
Definition at line 779 of file Python2/Objects.hxx.
Reimplemented from Py::Object.
Definition at line 745 of file Python2/Objects.hxx.
Definition at line 740 of file Python2/Objects.hxx.
1.6.1