nany
Public Attributes | List of all members
nybacktrace_entry_t Struct Reference

Public Attributes

const char * atom
 
const char * filename
 
uint32_t atom_size
 
uint32_t filename_size
 
uint32_t line
 
uint32_t column
 

Member Data Documentation

§ atom

const char* nybacktrace_entry_t::atom

Atom name (e.g. func mynamespace.MyClass.foo(p1: Type1, p2: Type2): RetType)

§ atom_size

uint32_t nybacktrace_entry_t::atom_size

Length in bytes of the atom name (can be null)

§ column

uint32_t nybacktrace_entry_t::column

Column index (1-based, 0 if unknown) within the source file for the given line

§ filename

const char* nybacktrace_entry_t::filename

Source filename (utf8 - can be null)

§ filename_size

uint32_t nybacktrace_entry_t::filename_size

Length in bytes of the source filename (can be null)

§ line

uint32_t nybacktrace_entry_t::line

Line index (1-based, 0 if unknown) within the source file


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