GCC Middle and Back End API Reference
diagnostics::output_spec::scheme_name_and_params Struct Reference

Data Fields

std::string m_scheme_name
std::vector< std::pair< std::string, std::string > > m_kvs

Detailed Description

Decls.   
A class for the result of the first stage of parsing an output spec,
where values are represented as untyped strings.
The scheme might not exist.
The keys have not been validated against the scheme.
The values have not been validated against their keys.   

Field Documentation

◆ m_kvs

std::vector<std::pair<std::string, std::string> > diagnostics::output_spec::scheme_name_and_params::m_kvs

◆ m_scheme_name

std::string diagnostics::output_spec::scheme_name_and_params::m_scheme_name

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