KItinerary
KItinerary::KnowledgeDb::TrainStationIdIndex< T > Struct Template Reference
#include <trainstationdb.h>
Public Member Functions | |
constexpr bool | operator< (const TrainStationIdIndex &other) const |
constexpr bool | operator< (T otherId) const |
Public Attributes | |
T | stationId |
TrainStationIndex | stationIndex |
Detailed Description
template<typename T>
struct KItinerary::KnowledgeDb::TrainStationIdIndex< T >
struct KItinerary::KnowledgeDb::TrainStationIdIndex< T >
Train station id to station index lookup table structure.
Definition at line 31 of file trainstationdb.h.
Member Function Documentation
◆ operator<() [1/2]
template<typename T >
|
inlineconstexpr |
Definition at line 32 of file trainstationdb.h.
◆ operator<() [2/2]
template<typename T >
|
inlineconstexpr |
Definition at line 36 of file trainstationdb.h.
Member Data Documentation
◆ stationId
template<typename T >
T KItinerary::KnowledgeDb::TrainStationIdIndex< T >::stationId |
Definition at line 41 of file trainstationdb.h.
◆ stationIndex
template<typename T >
TrainStationIndex KItinerary::KnowledgeDb::TrainStationIdIndex< T >::stationIndex |
Definition at line 42 of file trainstationdb.h.
The documentation for this struct was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:28:49 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:28:49 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.