.TH "ZyanArgParseArg_" 3 "Version 1.5.1.0" "Zycore" \" -*- nroff -*-
.ad l
.nh
.SH NAME
ZyanArgParseArg_
.SH SYNOPSIS
.br
.PP
.PP
\fC#include <ArgParse\&.h>\fP
.SS "Public Attributes"

.in +1c
.ti -1c
.RI "const \fBZyanArgParseDefinition\fP * \fBdef\fP"
.br
.ti -1c
.RI "\fBZyanBool\fP \fBhas_value\fP"
.br
.ti -1c
.RI "\fBZyanStringView\fP \fBvalue\fP"
.br
.in -1c
.SH "Detailed Description"
.PP 
Information about a parsed argument\&. 
.SH "Member Data Documentation"
.PP 
.SS "const \fBZyanArgParseDefinition\fP* ZyanArgParseArg_::def"
Corresponding argument definition, or \fCZYAN_NULL\fP for unnamed args\&.
.PP
This pointer is borrowed from the \fCcfg\fP pointer passed to \fCZyanArgParse\fP\&. 
.SS "\fBZyanBool\fP ZyanArgParseArg_::has_value"
Whether the argument has a value (is non-boolean)\&. 
.SS "\fBZyanStringView\fP ZyanArgParseArg_::value"
If \fChas_value == true\fP, then the argument value\&.
.PP
This is a view into the \fCargv\fP string array passed to \fCZyanArgParse\fP via the \fCcfg\fP argument\&. 

.SH "Author"
.PP 
Generated automatically by Doxygen for Zycore from the source code\&.