GCC Middle and Back End API Reference
gcc::compiler_channels Struct Reference

#include <channels.h>

Collaboration diagram for gcc::compiler_channels:

Data Fields

pub_sub::channel< topics::analyzer_events::subscriberanalyzer_events_channel
pub_sub::channel< topics::pass_events::subscriber > pass_events_channel

Detailed Description

Publish/subscribe channels on various compiler-specific topics.   

Field Documentation

◆ analyzer_events_channel

pub_sub::channel<topics::analyzer_events::subscriber> gcc::compiler_channels::analyzer_events_channel

◆ pass_events_channel

pub_sub::channel<topics::pass_events::subscriber> gcc::compiler_channels::pass_events_channel

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