doxybook::node::source_location
Defined in header <doxybook/node.hpp>
struct source_location;
Source code location.
Public Attributes
Member Public Attributes | Description |
---|---|
file | std::string (public variable) |
line | int (public variable) |
column | int (public variable) |
body_file | std::string (public variable) |
body_start | int (public variable) |
body_end | int (public variable) |
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