Class sourcefile_info
boost::stacktrack::sourcefile_info — build info class, holds filename and properties for a source file
Synopsis
Description
sourcefile_info construct/copy/destruct
-
sourcefile_info(const char * filename);
create info point for file
Parameters
- filename
name of the file
sourcefile_info public member functions
-
void add_property(const char * prop, const char * val) ;
attach named value
Parameters
- prop
name of property
- val
value for property
-
void add_property(const char * prop, int val) ;
attach named value
Parameters
- prop
name of property
- val
value for property