Doxygen XLinks
by
V: 2511R0
Website: doxygen
Loading...
Searching...
No Matches
index.hpp File Reference

Description:

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 index.hpp.

#include "target.hpp"
#include "threadpool.hpp"
#include "ALib.Strings.StdIOStream.H"
#include "ALib.ThreadModel.H"
#include "ALib.Files.H"
#include <fstream>

Go to the source code of this file.

Classes

struct  dxl::Index::AnchorKey
 A pod-like struct providing the key for the hash table found in the field Index::anchorMap. More...
struct  dxl::Index::AnchorKey::Hash
 Hash functor for AnchorKey. More...
class  dxl::Index
struct  dxl::Index::Node
 The cursor type of the StringTree. More...
struct  dxl::Index::Parser
 Internal struct that parses a tag-file. Used by the method loadTagFile. More...
struct  dxl::Index::SearchResult
 An entry in the vector of search results generated by the method Search. More...

Namespaces

namespace  dxl
 todox

Macros

#define TEST_CONSTANT   5
 A preprocessor constant defined in the file index.hpp.

Functions

template<typename TGT, typename TCheck = alib::CHK>
const TGT * dxl::Cast (const Index::Node &node)

Variables

bool dxl::FindInheritedMembers
 Denotes whether to find inherited members..

Macro Definition Documentation

◆ TEST_CONSTANT

#define TEST_CONSTANT   5

A preprocessor constant defined in the file index.hpp.

Definition at line 20 of file index.hpp.