Cthulhu  0.2.10
Cthulhu compiler collection

printing options for a stacktrace More...

#include <backtrace.h>

Collaboration diagram for fmt_backtrace_t:

Public Member Functions

 STA_FIELD_RANGE (0, eHeadingCount) fmt_heading_t header
 the line heading style More...
 

Data Fields

print_options_t options
 basic print options More...
 
fmt_backtrace_options_t config
 configuration flags More...
 
const char * project_source_path
 path to the root of the projects source directory if this is set then paths that are under this directory will be trimmed to be relative to this directory. all other paths remain unchanged More...
 

Detailed Description

printing options for a stacktrace

Definition at line 35 of file backtrace.h.

Member Function Documentation

◆ STA_FIELD_RANGE()

fmt_backtrace_t::STA_FIELD_RANGE ( ,
eHeadingCount   
)

the line heading style

Field Documentation

◆ config

fmt_backtrace_options_t fmt_backtrace_t::config

configuration flags

Definition at line 44 of file backtrace.h.

◆ options

print_options_t fmt_backtrace_t::options

basic print options

Definition at line 38 of file backtrace.h.

◆ project_source_path

const char* fmt_backtrace_t::project_source_path

path to the root of the projects source directory if this is set then paths that are under this directory will be trimmed to be relative to this directory. all other paths remain unchanged

Definition at line 49 of file backtrace.h.


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