.TH "include/Zycore/Object.h" 3 "Version 1.5.0.0" "Zycore" \" -*- nroff -*- .ad l .nh .SH NAME include/Zycore/Object.h .SH SYNOPSIS .br .PP \fC#include \fP .br \fC#include \fP .br .SS "Typedefs" .in +1c .ti -1c .RI "typedef void(* \fBZyanMemberProcedure\fP) (void *object)" .br .ti -1c .RI "typedef void(* \fBZyanConstMemberProcedure\fP) (const void *object)" .br .ti -1c .RI "typedef \fBZyanStatus\fP(* \fBZyanMemberFunction\fP) (void *object)" .br .ti -1c .RI "typedef \fBZyanStatus\fP(* \fBZyanConstMemberFunction\fP) (const void *object)" .br .in -1c .SH "Detailed Description" .PP Defines some generic object-related datatypes\&. .SH "Typedef Documentation" .PP .SS "typedef \fBZyanStatus\fP(* ZyanConstMemberFunction) (const void *object)" Defines the \fCZyanConstMemberFunction\fP function prototype\&. .PP \fBParameters\fP .RS 4 \fIobject\fP A pointer to the object\&. .RE .PP \fBReturns\fP .RS 4 A zyan status code\&. .RE .PP .SS "typedef void(* ZyanConstMemberProcedure) (const void *object)" Defines the \fCZyanConstMemberProcedure\fP function prototype\&. .PP \fBParameters\fP .RS 4 \fIobject\fP A pointer to the object\&. .RE .PP .SS "typedef \fBZyanStatus\fP(* ZyanMemberFunction) (void *object)" Defines the \fCZyanMemberFunction\fP function prototype\&. .PP \fBParameters\fP .RS 4 \fIobject\fP A pointer to the object\&. .RE .PP \fBReturns\fP .RS 4 A zyan status code\&. .RE .PP .SS "typedef void(* ZyanMemberProcedure) (void *object)" Defines the \fCZyanMemberProcedure\fP function prototype\&. .PP \fBParameters\fP .RS 4 \fIobject\fP A pointer to the object\&. .RE .PP .SH "Author" .PP Generated automatically by Doxygen for Zycore from the source code\&.