Bash++
Bash++ compiler internal documentation
Public Attributes | List of all members
bpp::diagnostic Struct Reference

#include <bpp.h>

Public Attributes

diagnostic_type type
 
std::string message
 
uint32_t start_line
 
uint32_t start_column
 
uint32_t end_line
 
uint32_t end_column
 

Member Data Documentation

◆ end_column

uint32_t bpp::diagnostic::end_column

◆ end_line

uint32_t bpp::diagnostic::end_line

◆ message

std::string bpp::diagnostic::message

◆ start_column

uint32_t bpp::diagnostic::start_column

◆ start_line

uint32_t bpp::diagnostic::start_line

◆ type

diagnostic_type bpp::diagnostic::type

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