8#include <cx/utils/macros/salieri.h>
49#define objInstCreate(clsname) (clsname*)_objInstCreate(&objClassInfoName(clsname))
65#define objInstInit(inst) _objInstInit(objInstBase(inst), (inst)->_clsinfo)
99#define _objinit_guaranteed _Post_equal_to_(true)
104#define _objfactory_guaranteed _Ret_valid_
110#define _objfactory_check _Ret_opt_valid_ _Check_return_
uint32 objDefaultHash(void *self, uint32 flags)
intptr objDefaultCmp(void *self, void *other, uint32 flags)
Class definitions and instance management for the object system.
Interface definitions and management for the object system.