GCC Middle and Back End API Reference
option_help_tuple Class Reference
Collaboration diagram for option_help_tuple:

Public Member Functions

 option_help_tuple (int code, vec< const char * > values)
 

Data Fields

int m_code
 
vec< const char * > m_values
 

Detailed Description

Data structure used to print list of valid option values.   

Constructor & Destructor Documentation

◆ option_help_tuple()

option_help_tuple::option_help_tuple ( int code,
vec< const char * > values )
inline

Field Documentation

◆ m_code

int option_help_tuple::m_code

◆ m_values

vec<const char *> option_help_tuple::m_values

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