| include/Zycore/Object.h(3) | Library Functions Manual | include/Zycore/Object.h(3) |
include/Zycore/Object.h
#include <Zycore/Status.h>
#include <Zycore/Types.h>
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.
Defines the ZyanConstMemberFunction function prototype.
Parameters
Returns
Defines the ZyanConstMemberProcedure function prototype.
Parameters
Defines the ZyanMemberFunction function prototype.
Parameters
Returns
Defines the ZyanMemberProcedure function prototype.
Parameters
Generated automatically by Doxygen for Zycore from the source code.
| Version 1.5.2.0 | Zycore |