Doxybook2::Node::Location
#include <Node.hpp>
Public Attributes
| Name | |
|---|---|
| std::string | file |
| int | line |
| int | column |
| std::string | bodyFile |
| int | bodyStart |
| int | bodyEnd |
Public Attributes Documentation
variable file
cpp
std::string file;variable line
cpp
int line {0};variable column
cpp
int column {0};variable bodyFile
cpp
std::string bodyFile;variable bodyStart
cpp
int bodyStart {0};variable bodyEnd
cpp
int bodyEnd {0};Updated on 2026-05-17 at 13:22:38 +0000