GCC Middle and Back End API Reference
cl_enum Struct Reference

#include <opts.h>

Collaboration diagram for cl_enum:

Data Fields

const char * help
const char * unknown_error
const struct cl_enum_argvalues
size_t var_size
void(* set )(void *var, int value)
int(* get )(const void *var)

Detailed Description

Structure describing an enumerated set of option arguments.

Field Documentation

◆ get

int(* cl_enum::get) (const void *var)

◆ help

const char* cl_enum::help

◆ set

void(* cl_enum::set) (void *var, int value)

◆ unknown_error

const char* cl_enum::unknown_error

◆ values

const struct cl_enum_arg* cl_enum::values

◆ var_size

size_t cl_enum::var_size

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