This header-file is part of DoxygenXLinks - A doxygen post-processor that allows to define smarter Doxygen-links.
© 2025-2026 A-Worx GmbH, Germany. Published under Boost Software License.
Definition in file target.hpp.
#include "ALib.EnumRecords.H"#include "ALib.App.CLI.H"#include "ALib.Files.H"#include "ALib.Lang.CIFunctions.H"#include "ALib.Lang.CIMethods.H"Go to the source code of this file.
Classes | |
| struct | dxl::Target::FunctionArguments |
| class | dxl::Target::KindStats |
| class | dxl::Target |
| struct | dxl::Target::TemplateArguments |
| struct | dxl::TGTConcept |
| XLink target information for C++ concepts. More... | |
| struct | dxl::TGTDir |
| XLink target information for source files. More... | |
| struct | dxl::TGTDocAnchor |
| XLink target information for pages. More... | |
| struct | dxl::TGTEnumeration |
| XLink target information for C++ enums. More... | |
| struct | dxl::TGTEnumValue |
| XLink target information for C++ enum elements. More... | |
| struct | dxl::TGTFile |
| XLink target information for source files. More... | |
| struct | dxl::TGTFilePathComponent |
| struct | dxl::TGTFunction |
| XLink target information for C++ namespace- and member-functions. More... | |
| struct | dxl::TGTGenericMember |
| struct | dxl::TGTGroup |
| XLink target information for groups. More... | |
| struct | dxl::TGTMacro |
| XLink target information for C++ preprocessor definitions. More... | |
| struct | dxl::TGTMember |
| struct | dxl::TGTNamespace |
| XLink target information for C++ namespaces. More... | |
| struct | dxl::TGTPage |
| XLink target information for pages. More... | |
| struct | dxl::TGTRecord |
| XLink target information for C++ structs, classes and unions. More... | |
| struct | dxl::TGTTypedef |
| XLink target information for type definitions. More... | |
| struct | dxl::TGTVariable |
| XLink target information for C++ namespace- and member-variables. More... | |
Namespaces | |
| namespace | dxl |
| todox | |
Functions | |
| template<typename TGT, typename TCheck = alib::CHK> | |
| const TGT * | dxl::Cast (const Target *target) |
| template<typename TGT> | |
| TGT & | dxl::Cast (Target &target) |