CPyConstRef Class Reference

#include <cpython_ref.h>

Inheritance diagram for CPyConstRef:

Public Member Functions

 CPyConstRef ()
 
NativePyObjectDisconnect ()=delete
 
- Public Member Functions inherited from CPyCompare< CPyRef >
Bool operator== (std::nullptr_t) const
 
Bool operator== (Super &o)
 
Bool operator== (const Super &o) const
 
Bool operator!= (std::nullptr_t) const
 
Bool operator!= (Super &o)
 
Bool operator!= (const Super &o) const
 
- Public Member Functions inherited from CPyRef
 CPyRef ()=default
 
MAXON_IMPLICIT CPyRef (std::nullptr_t)
 
- Public Member Functions inherited from CPyCompare< CPyInterface::Reference >
Bool operator== (std::nullptr_t) const
 
Bool operator== (Super &o)
 
Bool operator== (const Super &o) const
 
Bool operator!= (std::nullptr_t) const
 
Bool operator!= (Super &o)
 
Bool operator!= (const Super &o) const
 

Private Types

using Super = CPyCompare< CPyRef >
 

Member Typedef Documentation

◆ Super

using Super = CPyCompare<CPyRef>
private

Constructor & Destructor Documentation

◆ CPyConstRef()

Member Function Documentation

◆ Disconnect()

NativePyObject* Disconnect ( )
delete