.TH "ZyanArgParseDefinition_" 3 "Version 1.5.0.0" "Zycore" \" -*- nroff -*- .ad l .nh .SH NAME ZyanArgParseDefinition_ .SH SYNOPSIS .br .PP .PP \fC#include \fP .SS "Public Attributes" .in +1c .ti -1c .RI "const char * \fBname\fP" .br .ti -1c .RI "\fBZyanBool\fP \fBboolean\fP" .br .ti -1c .RI "\fBZyanBool\fP \fBrequired\fP" .br .in -1c .SH "Detailed Description" .PP Definition of a single argument\&. .SH "Member Data Documentation" .PP .SS "\fBZyanBool\fP ZyanArgParseDefinition_::boolean" Whether the argument is boolean or expects a value\&. .SS "const char* ZyanArgParseDefinition_::name" The argument name, e\&.g\&. \fC--help\fP\&. .PP Must start with either one or two dashes\&. Single dash arguments must consist of a single character, (e\&.g\&. \fC-n\fP), double-dash arguments can be of arbitrary length\&. .SS "\fBZyanBool\fP ZyanArgParseDefinition_::required" Whether this argument is required (error if missing)\&. .SH "Author" .PP Generated automatically by Doxygen for Zycore from the source code\&.