doxybook::node::source_location
Defined in header <doxybook/node.hpp>
struct source_location;
Source code location.
Public Attributes
Public Attributes
variable file
Defined in header <doxybook/node.hpp>
std::string file;
variable line
Defined in header <doxybook/node.hpp>
int line { 0 };
variable column
Defined in header <doxybook/node.hpp>
int column { 0 };
variable body_file
Defined in header <doxybook/node.hpp>
std::string body_file;
variable body_start
Defined in header <doxybook/node.hpp>
int body_start { 0 };
variable body_end
Defined in header <doxybook/node.hpp>
int body_end { 0 };
Updated on 2023-04-03