MPyHashMapInterface Class Reference

#include <cpython_ref.h>

Inheritance diagram for MPyHashMapInterface:

Detailed Description

Interface class for CPyRefs.

@MAXON_ANNOTATION{refclass=false}

Public Member Functions

MAXON_METHOD HashMap< Data, Data > * GetHashMap ()
 

Static Public Member Functions

static MAXON_FUNCTION MPyHashMapRef CreateHashMapRef (const CPythonLibraryInterface *lib, REFTYPE refType, NativePyObject *pyObject)
 

Private Member Functions

 MAXON_INTERFACE (MPyHashMapInterface, MAXON_REFERENCE_NORMAL, "net.maxon.python.interface.mpyhashmap")
 

Member Function Documentation

◆ MAXON_INTERFACE()

MAXON_INTERFACE ( MPyHashMapInterface  ,
MAXON_REFERENCE_NORMAL  ,
"net.maxon.python.interface.mpyhashmap"   
)
private

◆ CreateHashMapRef()

static MAXON_FUNCTION MPyHashMapRef CreateHashMapRef ( const CPythonLibraryInterface lib,
REFTYPE  refType,
NativePyObject pyObject 
)
static

◆ GetHashMap()

MAXON_METHOD HashMap<Data, Data>* GetHashMap ( )