Cthulhu  0.2.10
Cthulhu compiler collection
diagnostic_list_t Struct Reference

a list of diagnostics More...

#include <diagnostic.h>

Collaboration diagram for diagnostic_list_t:

Data Fields

const diagnostic_t *const * diagnostics
 the list of diagnostics More...
 
size_t count
 the number of diagnostics in the list More...
 

Detailed Description

a list of diagnostics

Definition at line 47 of file diagnostic.h.

Field Documentation

◆ count

size_t diagnostic_list_t::count

the number of diagnostics in the list

Definition at line 54 of file diagnostic.h.

◆ diagnostics

const diagnostic_t* const* diagnostic_list_t::diagnostics

the list of diagnostics

Definition at line 51 of file diagnostic.h.


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