Skip to content

Doxybook2::Node::Location

#include <Node.hpp>

Public Attributes

Name
std::stringfile
intline
intcolumn
std::stringbodyFile
intbodyStart
intbodyEnd

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

Built with VitePress