OptionGroupDef Struct Reference

#include <cmdutils.h>

Data Fields

const char * name
 < group name More...
 
const char * sep
 Option to be used as group separator. More...
 

Detailed Description

Definition at line 219 of file cmdutils.h.

Field Documentation

const char* OptionGroupDef::name

< group name

Definition at line 221 of file cmdutils.h.

Referenced by parse_optgroup().

const char* OptionGroupDef::sep

Option to be used as group separator.

Can be NULL for groups which are terminated by a non-option argument (e.g. avconv output files)

Definition at line 226 of file cmdutils.h.

Referenced by match_group_separator().


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