#include <Objects.hxx>
Public Member Functions | |
virtual bool | accepts (PyObject *pyob) const |
Int (const Object &ob) | |
Int (bool v) | |
Int (int v) | |
Int (long v=0L) | |
Int (const Int &ob) | |
Int (PyObject *pyob, bool owned=false) | |
operator long () const | |
Int & | operator= (long v) |
Int & | operator= (int v) |
Int & | operator= (PyObject *rhsp) |
Int & | operator= (const Object &rhs) |
Definition at line 585 of file Python2/Objects.hxx.
Py::Int::Int | ( | PyObject * | pyob, | |
bool | owned = false | |||
) | [inline] |
Definition at line 589 of file Python2/Objects.hxx.
References validate.
Py::Int::Int | ( | const Int & | ob | ) | [inline] |
Definition at line 594 of file Python2/Objects.hxx.
References validate.
Py::Int::Int | ( | long | v = 0L |
) | [inline] |
Definition at line 600 of file Python2/Objects.hxx.
References validate.
Py::Int::Int | ( | int | v | ) | [inline] |
Definition at line 606 of file Python2/Objects.hxx.
References validate, and RobotExample::w.
Py::Int::Int | ( | bool | v | ) | [inline] |
Definition at line 614 of file Python2/Objects.hxx.
References validate, and RobotExample::w.
Py::Int::Int | ( | const Object & | ob | ) | [inline, explicit] |
Definition at line 621 of file Python2/Objects.hxx.
References validate.
virtual bool Py::Int::accepts | ( | PyObject * | pyob | ) | const [inline, virtual] |
Reimplemented from Py::Object.
Definition at line 642 of file Python2/Objects.hxx.
References Py::_Int_Check().
Py::Int::operator long | ( | ) | const [inline] |
Definition at line 648 of file Python2/Objects.hxx.
Definition at line 674 of file Python2/Objects.hxx.
Definition at line 667 of file Python2/Objects.hxx.
Reimplemented from Py::Object.
Definition at line 634 of file Python2/Objects.hxx.
Definition at line 629 of file Python2/Objects.hxx.