Zycore 1.4.0.0
|
Go to the source code of this file.
Typedefs | |
typedef void(* | ZyanMemberProcedure) (void *object) |
typedef void(* | ZyanConstMemberProcedure) (const void *object) |
typedef ZyanStatus(* | ZyanMemberFunction) (void *object) |
typedef ZyanStatus(* | ZyanConstMemberFunction) (const void *object) |
Defines some generic object-related datatypes.
typedef ZyanStatus(* ZyanConstMemberFunction) (const void *object) |
Defines the ZyanConstMemberFunction
function prototype.
object | A pointer to the object. |
typedef void(* ZyanConstMemberProcedure) (const void *object) |
Defines the ZyanConstMemberProcedure
function prototype.
object | A pointer to the object. |
typedef ZyanStatus(* ZyanMemberFunction) (void *object) |
Defines the ZyanMemberFunction
function prototype.
object | A pointer to the object. |
typedef void(* ZyanMemberProcedure) (void *object) |
Defines the ZyanMemberProcedure
function prototype.
object | A pointer to the object. |