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

stationId
 
TrainStationIndex stationIndex
 

Detailed Description

template<typename 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 >
constexpr bool KItinerary::KnowledgeDb::TrainStationIdIndex< T >::operator< ( const TrainStationIdIndex< T > & other) const
inlineconstexpr

Definition at line 32 of file trainstationdb.h.

◆ operator<() [2/2]

template<typename T >
constexpr bool KItinerary::KnowledgeDb::TrainStationIdIndex< T >::operator< ( T otherId) const
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 Tue Mar 26 2024 11:14:49 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.