ELinks 0.16.1.1
option_type_info Struct Reference

#include <opttypes.h>

Data Fields

const char * name
const char *(* cmdline )(struct option *, char ***, int *)
char *(* read2 )(struct option *, char **, int *)
void(* write2 )(struct option *, struct string *)
void(* dup )(struct option *, struct option *, int)
int(* set )(struct option *, char *)
int(* equals )(struct option *, const char *)
const char * help_str

Field Documentation

◆ cmdline

const char *(* option_type_info::cmdline) (struct option *, char ***, int *)

◆ dup

void(* option_type_info::dup) (struct option *, struct option *, int)

◆ equals

int(* option_type_info::equals) (struct option *, const char *)

◆ help_str

const char* option_type_info::help_str

◆ name

const char* option_type_info::name

◆ read2

char *(* option_type_info::read2) (struct option *, char **, int *)

◆ set

int(* option_type_info::set) (struct option *, char *)

◆ write2

void(* option_type_info::write2) (struct option *, struct string *)

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