C-Menu 0.2.9
A User Interface Toolkit
Loading...
Searching...
No Matches
Argv Struct Reference

The Argv structure represents an argument vector, which is an array of Arg structures, along with the number of allocated elements in the array. More...

#include <cm.h>

Collaboration diagram for Argv:
[legend]

Data Fields

Arg ** v
size_t n

Detailed Description

The Argv structure represents an argument vector, which is an array of Arg structures, along with the number of allocated elements in the array.

Definition at line 576 of file cm.h.

Field Documentation

◆ n

size_t Argv::n

allocated array elements

Definition at line 579 of file cm.h.

◆ v

Arg** Argv::v

pointer to an array of Arg pointers, representing the argument vector

Definition at line 577 of file cm.h.


The documentation for this struct was generated from the following file: