Cthulhu  0.2.10
Cthulhu compiler collection

an event handle TODO: make this and segment_t opaque More...

#include <notify.h>

Collaboration diagram for event_t:

Data Fields

const diagnostic_tdiagnostic
 the related diagnostic More...
 
node_t node
 the primary node that this event is attached to More...
 
STA_FIELD_STRING char * message
 the primary message More...
 
typevec_tsegments
 extra segments that this event is attached to More...
 
vector_tnotes
 extra notes that this event is attached to More...
 

Detailed Description

an event handle TODO: make this and segment_t opaque

Definition at line 35 of file notify.h.

Field Documentation

◆ diagnostic

const diagnostic_t* event_t::diagnostic

the related diagnostic

Definition at line 38 of file notify.h.

◆ message

STA_FIELD_STRING char* event_t::message

the primary message

Definition at line 44 of file notify.h.

◆ node

node_t event_t::node

the primary node that this event is attached to

Definition at line 41 of file notify.h.

◆ notes

vector_t* event_t::notes

extra notes that this event is attached to

Note
vector_t<char*>

Definition at line 52 of file notify.h.

◆ segments

typevec_t* event_t::segments

extra segments that this event is attached to

Note
typevec_t<segment_t>

Definition at line 48 of file notify.h.


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