KItinerary

extractorutil.h
1/*
2 SPDX-FileCopyrightText: 2019 Volker Krause <vkrause@kde.org>
3
4 SPDX-License-Identifier: LGPL-2.0-or-later
5*/
6
7#pragma once
8
9#include "kitinerary_export.h"
10
11namespace KItinerary {
12
13class Flight;
14
15/** Data extraction utility functions. */
16namespace ExtractorUtil
17{
18/** Move terminal indications from airport names to the correct fields.
19 * @internal Only exported for unit tests.
20 */
21KITINERARY_EXPORT Flight extractTerminals(Flight flight);
22}
23
24}
25
A flight.
Definition flight.h:25
Flight extractTerminals(Flight flight)
Move terminal indications from airport names to the correct fields.
Classes for reservation/travel data models, data extraction and data augmentation.
Definition berelement.h:17
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.