GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Attributes | List of all members
octave_getopt_options Struct Reference

#include "getopt-wrapper.h"

Collaboration diagram for octave_getopt_options:
Collaboration graph
[legend]

Public Attributes

intflag
 
int has_arg
 
const char * name
 
int val
 

Detailed Description

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

Member Data Documentation

int* octave_getopt_options::flag

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

Referenced by make_option_struct().

int octave_getopt_options::has_arg

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

Referenced by make_option_struct().

const char* octave_getopt_options::name

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

Referenced by make_option_struct().

int octave_getopt_options::val

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

Referenced by make_option_struct().


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