DOKK / manpages / debian 13 / libzycore-doc / ZyanArgParseArg_.3.en
ZyanArgParseArg_(3) Library Functions Manual ZyanArgParseArg_(3)

ZyanArgParseArg_

#include <ArgParse.h>


const ZyanArgParseDefinition * def
ZyanBool has_value
ZyanStringView value

Information about a parsed argument.

Corresponding argument definition, or ZYAN_NULL for unnamed args.

This pointer is borrowed from the cfg pointer passed to ZyanArgParse.

ZyanBool ZyanArgParseArg_::has_value

Whether the argument has a value (is non-boolean).

ZyanStringView ZyanArgParseArg_::value

If has_value == true, then the argument value.

This is a view into the argv string array passed to ZyanArgParse via the cfg argument.

Generated automatically by Doxygen for Zycore from the source code.

Version 1.5.2.0 Zycore