#include <Objects.hxx>
Public Member Functions | |
virtual bool | accepts (PyObject *pyob) const |
Float (const Object &ob) | |
Float (double v=0.0) | |
Float (const Float &f) | |
Float (PyObject *pyob, bool owned=false) | |
operator double () const | |
Float & | operator= (const Int &iob) |
Float & | operator= (long v) |
Float & | operator= (int v) |
Float & | operator= (double v) |
Float & | operator= (PyObject *rhsp) |
Float & | operator= (const Object &rhs) |
Definition at line 930 of file Python2/Objects.hxx.
Py::Float::Float | ( | PyObject * | pyob, | |
bool | owned = false | |||
) | [inline, explicit] |
Definition at line 934 of file Python2/Objects.hxx.
References validate.
Py::Float::Float | ( | const Float & | f | ) | [inline] |
Definition at line 939 of file Python2/Objects.hxx.
References validate.
Py::Float::Float | ( | double | v = 0.0 |
) | [inline, explicit] |
Definition at line 945 of file Python2/Objects.hxx.
References validate.
Py::Float::Float | ( | const Object & | ob | ) | [inline] |
Definition at line 952 of file Python2/Objects.hxx.
References validate.
virtual bool Py::Float::accepts | ( | PyObject * | pyob | ) | const [inline, virtual] |
Reimplemented from Py::Object.
Definition at line 970 of file Python2/Objects.hxx.
References Py::_Float_Check().
Py::Float::operator double | ( | ) | const [inline] |
Definition at line 975 of file Python2/Objects.hxx.
Definition at line 998 of file Python2/Objects.hxx.
Definition at line 992 of file Python2/Objects.hxx.
Definition at line 986 of file Python2/Objects.hxx.
Float& Py::Float::operator= | ( | double | v | ) | [inline] |
Definition at line 980 of file Python2/Objects.hxx.
Reimplemented from Py::Object.
Definition at line 963 of file Python2/Objects.hxx.
Definition at line 958 of file Python2/Objects.hxx.