6 #ifndef SWIFT_MISC_WEATHER_METARDECODER_H
7 #define SWIFT_MISC_WEATHER_METARDECODER_H
18 namespace swift::misc::weather
20 class IMetarDecoderPart;
38 void allocateDecoders();
39 std::vector<std::unique_ptr<IMetarDecoderPart>> m_decoders;
#define SWIFT_MISC_EXPORT
Export a class or function from the library.