GNU Octave  4.4.1
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 30 of file getopt-wrapper.h.

Member Data Documentation

◆ flag

int* octave_getopt_options::flag

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

◆ has_arg

int octave_getopt_options::has_arg

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

◆ name

const char* octave_getopt_options::name

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

◆ val

int octave_getopt_options::val

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


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