mbxmlutils
1.3.0
Multi-Body XML Utils
|
Public Member Functions | |
PyO (PyObject *src, bool srcIsBorrowedRef=false) | |
PyO (const PyO &r) | |
PyO (PyO &&r) noexcept | |
PyO & | operator= (const PyO &r) |
PyO & | operator= (PyO &&r) noexcept |
void | reset () |
void | reset (PyObject *src, bool srcIsBorrowedRef=false) |
void | swap (PyO &r) |
PyObject * | get (bool incRef=false) const |
long | use_count () const |
PyObject * | operator-> () const |
PyO & | incRef () |
operator bool () const | |
Protected Attributes | |
PyObject * | p {nullptr} |