#include <Objects.hxx>
Public Member Functions | |
virtual bool | accepts (PyObject *pyob) const |
Boolean (const Object &ob) | |
Boolean (bool v=false) | |
Boolean (const Boolean &ob) | |
Boolean (PyObject *pyob, bool owned=false) | |
operator bool () const | |
Boolean & | operator= (bool v) |
Boolean & | operator= (PyObject *rhsp) |
Boolean & | operator= (const Object &rhs) |
Definition at line 522 of file Python2/Objects.hxx.
Py::Boolean::Boolean | ( | PyObject * | pyob, | |
bool | owned = false | |||
) | [inline] |
Definition at line 526 of file Python2/Objects.hxx.
References validate.
Py::Boolean::Boolean | ( | const Boolean & | ob | ) | [inline] |
Definition at line 532 of file Python2/Objects.hxx.
References validate.
Py::Boolean::Boolean | ( | bool | v = false |
) | [inline] |
Definition at line 538 of file Python2/Objects.hxx.
References validate.
Py::Boolean::Boolean | ( | const Object & | ob | ) | [inline, explicit] |
Definition at line 544 of file Python2/Objects.hxx.
References validate.
virtual bool Py::Boolean::accepts | ( | PyObject * | pyob | ) | const [inline, virtual] |
Reimplemented from Py::Object.
Definition at line 565 of file Python2/Objects.hxx.
Py::Boolean::operator bool | ( | ) | const [inline] |
Definition at line 571 of file Python2/Objects.hxx.
Boolean& Py::Boolean::operator= | ( | bool | v | ) | [inline] |
Definition at line 576 of file Python2/Objects.hxx.
Reimplemented from Py::Object.
Definition at line 557 of file Python2/Objects.hxx.
Definition at line 552 of file Python2/Objects.hxx.