Doxygen XLinks
by
V: 2511R0
Website: doxygen
Loading...
Searching...
No Matches
dxl::Index::AnchorKey Struct Reference

Description:

A pod-like struct providing the key for the hash table found in the field Index::anchorMap.

Definition at line 53 of file index.hpp.

#include <index.hpp>

Inner Type Index:

struct  Hash
 Hash functor for AnchorKey. More...

Public Field Index:

const alib::Stringanchor
 The anchor name.
const alib::Stringfile
 The HTML file name that the anchor is defined in.

Public Method Index:

bool operator== (const AnchorKey &other) const

Field Details:

◆ anchor

const alib::String& dxl::Index::AnchorKey::anchor

The anchor name.

Definition at line 55 of file index.hpp.

◆ file

const alib::String& dxl::Index::AnchorKey::file

The HTML file name that the anchor is defined in.

Definition at line 54 of file index.hpp.

Method Details:

◆ operator==()

bool dxl::Index::AnchorKey::operator== ( const AnchorKey & other) const
inline

Equality operator for AnchorKey.

Parameters
otherThe anchor to compare with.
Returns
The result of the comparison.

Definition at line 60 of file index.hpp.


The documentation for this struct was generated from the following file: