Generated foxygen documentation. Closes #1

This commit is contained in:
2026-06-14 20:51:56 -04:00
parent e2c07dde0d
commit dfec39d996
164 changed files with 25311 additions and 0 deletions

View File

@@ -0,0 +1,38 @@
\hypertarget{dbc__tree__builder_8h_source}{}\doxysection{dbc\+\_\+tree\+\_\+builder.\+h}
\mbox{\hyperlink{dbc__tree__builder_8h}{Go to the documentation of this file.}}
\begin{DoxyCode}{0}
\DoxyCodeLine{\Hypertarget{dbc__tree__builder_8h_source_l00001}00001 \textcolor{comment}{/**}}
\DoxyCodeLine{\Hypertarget{dbc__tree__builder_8h_source_l00002}00002 \textcolor{comment}{ * @file dbc\_tree\_builder.h}}
\DoxyCodeLine{\Hypertarget{dbc__tree__builder_8h_source_l00003}00003 \textcolor{comment}{ * @brief}}
\DoxyCodeLine{\Hypertarget{dbc__tree__builder_8h_source_l00004}00004 \textcolor{comment}{ *}}
\DoxyCodeLine{\Hypertarget{dbc__tree__builder_8h_source_l00005}00005 \textcolor{comment}{ * Created: 2026-\/03-\/13}}
\DoxyCodeLine{\Hypertarget{dbc__tree__builder_8h_source_l00006}00006 \textcolor{comment}{ * Author: Deeaitch (Dim. Himro)}}
\DoxyCodeLine{\Hypertarget{dbc__tree__builder_8h_source_l00007}00007 \textcolor{comment}{ *}}
\DoxyCodeLine{\Hypertarget{dbc__tree__builder_8h_source_l00008}00008 \textcolor{comment}{ * Licensed under the MIT License.}}
\DoxyCodeLine{\Hypertarget{dbc__tree__builder_8h_source_l00009}00009 \textcolor{comment}{ * See LICENSE file in the project root for full license text.}}
\DoxyCodeLine{\Hypertarget{dbc__tree__builder_8h_source_l00010}00010 \textcolor{comment}{ */}}
\DoxyCodeLine{\Hypertarget{dbc__tree__builder_8h_source_l00011}00011 }
\DoxyCodeLine{\Hypertarget{dbc__tree__builder_8h_source_l00012}00012 \textcolor{preprocessor}{\#ifndef DBC\_TREE\_BUILDER\_H}}
\DoxyCodeLine{\Hypertarget{dbc__tree__builder_8h_source_l00013}00013 \textcolor{preprocessor}{\#define DBC\_TREE\_BUILDER\_H}}
\DoxyCodeLine{\Hypertarget{dbc__tree__builder_8h_source_l00014}00014 }
\DoxyCodeLine{\Hypertarget{dbc__tree__builder_8h_source_l00015}00015 \textcolor{preprocessor}{\#include <memory>}}
\DoxyCodeLine{\Hypertarget{dbc__tree__builder_8h_source_l00016}00016 }
\DoxyCodeLine{\Hypertarget{dbc__tree__builder_8h_source_l00017}00017 \textcolor{preprocessor}{\#include "{}\mbox{\hyperlink{dbc__database_8h}{dbc\_database.h}}"{}}}
\DoxyCodeLine{\Hypertarget{dbc__tree__builder_8h_source_l00018}00018 \textcolor{preprocessor}{\#include "{}\mbox{\hyperlink{tree__node_8h}{tree\_node.h}}"{}}}
\DoxyCodeLine{\Hypertarget{dbc__tree__builder_8h_source_l00019}00019 \textcolor{comment}{}}
\DoxyCodeLine{\Hypertarget{dbc__tree__builder_8h_source_l00020}00020 \textcolor{comment}{/**}}
\DoxyCodeLine{\Hypertarget{dbc__tree__builder_8h_source_l00021}00021 \textcolor{comment}{ * @brief Builds a simple tree from parsed DBC database.}}
\DoxyCodeLine{\Hypertarget{dbc__tree__builder_8h_source_l00022}00022 \textcolor{comment}{ */}}
\DoxyCodeLine{\Hypertarget{dbc__tree__builder_8h_source_l00023}\mbox{\hyperlink{classDbcTreeBuilder}{00023}} \textcolor{keyword}{class }\mbox{\hyperlink{classDbcTreeBuilder}{DbcTreeBuilder}} \{}
\DoxyCodeLine{\Hypertarget{dbc__tree__builder_8h_source_l00024}00024 \textcolor{keyword}{public}:\textcolor{comment}{}}
\DoxyCodeLine{\Hypertarget{dbc__tree__builder_8h_source_l00025}00025 \textcolor{comment}{ /**}}
\DoxyCodeLine{\Hypertarget{dbc__tree__builder_8h_source_l00026}00026 \textcolor{comment}{ * @brief Build tree representation of parsed DBC data.}}
\DoxyCodeLine{\Hypertarget{dbc__tree__builder_8h_source_l00027}00027 \textcolor{comment}{ * @param database Parsed database.}}
\DoxyCodeLine{\Hypertarget{dbc__tree__builder_8h_source_l00028}00028 \textcolor{comment}{ * @return Root node of the tree.}}
\DoxyCodeLine{\Hypertarget{dbc__tree__builder_8h_source_l00029}00029 \textcolor{comment}{ */}}
\DoxyCodeLine{\Hypertarget{dbc__tree__builder_8h_source_l00030}00030 std::unique\_ptr<TreeNode> \mbox{\hyperlink{classDbcTreeBuilder_a7e57d067d831b14b383947fd125edd4b}{Build}} (\textcolor{keyword}{const} \mbox{\hyperlink{structDbcDatabase}{DbcDatabase}} \&database) \textcolor{keyword}{const};}
\DoxyCodeLine{\Hypertarget{dbc__tree__builder_8h_source_l00031}00031 \};}
\DoxyCodeLine{\Hypertarget{dbc__tree__builder_8h_source_l00032}00032 }
\DoxyCodeLine{\Hypertarget{dbc__tree__builder_8h_source_l00033}00033 \textcolor{preprocessor}{\#endif }\textcolor{comment}{/* DBC\_TREE\_BUILDER\_H */}\textcolor{preprocessor}{}}
\end{DoxyCode}