#include <cpython_ref.h>
Public Member Functions | |
| CPyTempRef ()=default | |
| CPyTempRef (const CPyRef &&)=delete | |
| CPyTempRef (const CPyRef &o) | |
| CPyTempRef | operator= (const CPyRef &)=delete |
| CPyTempRef | operator= (const CPyTempRef &)=delete |
| operator CPyRef & () | |
| operator const CPyRef & () const | |
Private Attributes | |
| CPyRef | _ref |
|
default |
|
explicitdelete |
|
explicit |
|
delete |
|
delete |
| operator CPyRef & | ( | ) |
| operator const CPyRef & | ( | ) | const |
|
private |