Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <getopt.h>

Struct option

struct option;

Description

Includes following members,

Members

Defined in option:


Member data


name

const char * name;

Description

name of long option


has_arg

int has_arg;

Description

one of no_argument, required_argument, and optional_argument: whether option takes an argument


flag

int * flag;

Description

if not NULL, set flag to val when option found


val

int val;

Description

if flag not NULL, value to set flag to; else return value