6 #ifndef SWIFT_MISC_AVIATION_CALLSIGNSET_H
7 #define SWIFT_MISC_AVIATION_CALLSIGNSET_H
12 #include <QStringList>
22 namespace swift::misc::aviation
44 bool containsCallsign(
const QString &callsign)
const;
47 QStringList getCallsignStrings(
bool sorted =
false)
const;
50 QString getCallsignsAsString(
bool sorted =
false,
const QString &separator =
", ")
const;
Generic ordered container with value semantics.
CCollection()=default
Default constructor.
Value object encapsulating information of a callsign.
TypeHint
Representing what.
Value object for a set of callsigns.
#define SWIFT_DECLARE_COLLECTION_MIXINS(Namespace, T, Set)
Explicit template declaration of mixins for a CCollection subclass to be placed near the top of the h...
void registerMetadata()
Register all relevant metadata in Misc.
#define SWIFT_MISC_EXPORT
Export a class or function from the library.