32#ifndef ZYCORE_OBJECT_H
33#define ZYCORE_OBJECT_H
ZyanStatus(* ZyanConstMemberFunction)(const void *object)
Defines the ZyanConstMemberFunction function prototype.
Definition Object.h:76
void(* ZyanMemberProcedure)(void *object)
Defines the ZyanMemberProcedure function prototype.
Definition Object.h:51
ZyanStatus(* ZyanMemberFunction)(void *object)
Defines the ZyanMemberFunction function prototype.
Definition Object.h:67
void(* ZyanConstMemberProcedure)(const void *object)
Defines the ZyanConstMemberProcedure function prototype.
Definition Object.h:58
Status code definitions and check macros.
ZyanU32 ZyanStatus
Defines the ZyanStatus data type.
Definition Status.h:48
Includes and defines some default data types.