Arene Base
Fundamental Utilities For Safety Critical C++
Loading...
Searching...
No Matches
arene::base::src_line_info Struct Reference

Container for the location information associated with a line of source code. More...

Public Attributes

null_terminated_string_view filepath
 filepath of the source file
 
null_terminated_string_view function_name
 function name of the parent function
 
std::uint32_t line {}
 line number
 

Detailed Description

Container for the location information associated with a line of source code.

Member Data Documentation

◆ filepath

null_terminated_string_view arene::base::src_line_info::filepath

filepath of the source file

◆ function_name

null_terminated_string_view arene::base::src_line_info::function_name

function name of the parent function

◆ line

std::uint32_t arene::base::src_line_info::line {}

line number


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