MicroNodeRuntime Class Reference

#include <micronodes_runtime.h>

Static Public Member Functions

static MAXON_METHOD void * Alloc (Int size, Context &ctx)
 
static MAXON_METHOD void Free (const void *mem, Context &ctx)
 
static MAXON_METHOD void AddError (const Error &err, Context &ctx)
 
static MAXON_METHOD const ViewIteratorMemberGetMember (const FrameData &fd, const FrameMember &fm)
 

Private Member Functions

 MAXON_INTERFACE_NONVIRTUAL (MicroNodeRuntime, MAXON_REFERENCE_NONE, "net.maxon.corenode.interface.runtime")
 

Member Function Documentation

◆ MAXON_INTERFACE_NONVIRTUAL()

MAXON_INTERFACE_NONVIRTUAL ( MicroNodeRuntime  ,
MAXON_REFERENCE_NONE  ,
"net.maxon.corenode.interface.runtime"   
)
private

◆ Alloc()

static MAXON_METHOD void* Alloc ( Int  size,
Context &  ctx 
)
static

◆ Free()

static MAXON_METHOD void Free ( const void *  mem,
Context &  ctx 
)
static

◆ AddError()

static MAXON_METHOD void AddError ( const Error &  err,
Context &  ctx 
)
static

◆ GetMember()

static MAXON_METHOD const ViewIteratorMember& GetMember ( const FrameData fd,
const FrameMember &  fm 
)
static