GNU Octave  6.2.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
octave_getopt_options Struct Reference

#include "getopt-wrapper.h"

Collaboration diagram for octave_getopt_options:

Public Attributes

int * flag
 
int has_arg
 
const char * name
 
int val
 

Detailed Description

Definition at line 33 of file getopt-wrapper.h.

Member Data Documentation

◆ flag

int* octave_getopt_options::flag

Definition at line 37 of file getopt-wrapper.h.

Referenced by make_option_struct().

◆ has_arg

int octave_getopt_options::has_arg

Definition at line 36 of file getopt-wrapper.h.

Referenced by make_option_struct().

◆ name

const char* octave_getopt_options::name

Definition at line 35 of file getopt-wrapper.h.

Referenced by make_option_struct().

◆ val

int octave_getopt_options::val

Definition at line 38 of file getopt-wrapper.h.

Referenced by make_option_struct().


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