GCC Middle and Back End API Reference
kv_pair< ValueType > Struct Template Reference

#include <coretypes.h>

Data Fields

const char *const name
 
const ValueType value
 

Detailed Description

template<typename ValueType>
struct kv_pair< ValueType >
Define a name->value mapping.   

Field Documentation

◆ name

template<typename ValueType >
const char* const kv_pair< ValueType >::name

◆ value

template<typename ValueType >
const ValueType kv_pair< ValueType >::value

Referenced by parse_dump_option().


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