KItinerary::KnowledgeDb::SncfStationId
KItinerary::KnowledgeDb::SncfStationId Class Reference
#include <stationidentifier.h>
Inheritance diagram for KItinerary::KnowledgeDb::SncfStationId:

Additional Inherited Members | |
Public Member Functions inherited from KItinerary::KnowledgeDb::FiveAlphaId | |
| constexpr | FiveAlphaId (const char s[5]) |
| FiveAlphaId (const QString &id) | |
| constexpr bool | isValid () const |
| QString | toString () const |
Public Member Functions inherited from KItinerary::KnowledgeDb::UnalignedNumber< 3 > | |
| constexpr | UnalignedNumber (uint32_t num) |
| constexpr | operator uint32_t () const |
| constexpr bool | operator!= (UnalignedNumber< N > other) const |
| constexpr bool | operator< (UnalignedNumber< N > other) const |
| constexpr UnalignedNumber< N > & | operator= (uint32_t num) |
| constexpr bool | operator== (UnalignedNumber< N > other) const |
| constexpr UnalignedNumber< N > & | operator|= (uint32_t num) |
| constexpr uint32_t | value () const |
Protected Member Functions inherited from KItinerary::KnowledgeDb::UnalignedNumber< 3 > | |
| constexpr void | setValue (uint32_t num) |
Detailed Description
SNCF station id.
2 letters ISO country code, 3 letters station id, expected to be in upper case.
Definition at line 80 of file stationidentifier.h.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 11:54:59 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 11:54:59 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
Public Member Functions inherited from