theKernel 10.0
Loading...
Searching...
No Matches
MkObjectC_Obj_CC_API

MkObjectC - managed-object details More...

+ Collaboration diagram for MkObjectC_Obj_CC_API:

Functions

MK_I32 ccmkkernel::MkObjectC::RefGet ()
 libmkkernel::MkRefGet
 

Detailed Description

MkObjectC - managed-object details

Managed-Object-Technology (MOT) is a class system in C that is designed to integrate automatically into other software, which of course also includes other programming languages.

See also
Managed-Object

Managed-Object-Technology (MOT) is a class system in C that is designed to integrate automatically into other software, which of course also includes other programming languages.

See also
Managed-Object

Function Documentation

◆ RefGet()

MK_I32 ccmkkernel::MkObjectC::RefGet ( )
inline

libmkkernel::MkRefGet

Definition at line 437 of file MkObjectC_inline_cc.hh.

437 {
438 MK_UNUSED auto obj = getOBJ();
439 MK_I32 __retVal__L = MkRefGet(obj);
440 return __retVal__L;
441 }
#define MK_UNUSED
mark unnused variables and functions
signed int MK_I32
4 byte integer data-type
MK_OBJ getOBJ() const
return the LibMsgqueObject from current MkObjectC instance
static MK_I32 MkRefGet(MK_OBJ const obj)
get the reference-count