|
Zycore 1.5.2
Zyan Core Library for C
|
Defines some generic object-related datatypes. More...
Go to the source code of this file.
Typedefs | |
| typedef void(* | ZyanMemberProcedure) (void *object) |
| Defines the ZyanMemberProcedure function prototype. | |
| typedef void(* | ZyanConstMemberProcedure) (const void *object) |
| Defines the ZyanConstMemberProcedure function prototype. | |
| typedef ZyanStatus(* | ZyanMemberFunction) (void *object) |
| Defines the ZyanMemberFunction function prototype. | |
| typedef ZyanStatus(* | ZyanConstMemberFunction) (const void *object) |
| Defines the ZyanConstMemberFunction function prototype. | |
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. |