OptionGroupList Struct Reference

A list of option groups that all have the same group type (e.g. More...

#include <cmdutils.h>

Data Fields

const OptionGroupDefgroup_def
OptionGroupgroups
int nb_groups

Detailed Description

A list of option groups that all have the same group type (e.g.

input files or output files)

Definition at line 242 of file cmdutils.h.

Field Documentation

const OptionGroupDef* OptionGroupList::group_def

Definition at line 243 of file cmdutils.h.

Referenced by finish_group(), and init_parse_context().

OptionGroup* OptionGroupList::groups

Definition at line 245 of file cmdutils.h.

Referenced by finish_group(), open_files(), and uninit_parse_context().

int OptionGroupList::nb_groups

Definition at line 246 of file cmdutils.h.

Referenced by finish_group(), open_files(), and uninit_parse_context().


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