[#subprocess-string_arg] = xref:subprocess.adoc[subprocess]::string_arg :relfileprefix: ../ :mrdocs: Base class for all arguments involving string value. == Synopsis Declared in `<util/subprocess.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct string_arg; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:subprocess/string_arg/2constructor-00.adoc[`string_arg`] [.small]#[constructor]# | Constructors |=== == Data Members [cols="1,4"] |=== | Name| Description | xref:subprocess/string_arg/arg_value.adoc[`arg_value`] | The stored argument text. |=== == Derived Classes [cols="1,4"] |=== | Name| Description | xref:subprocess/executable.adoc[`executable`] | Option to specify the executable name separately from the args sequence. In this case the cmd args must only contain the options required for this executable. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#