8#ifndef OCM_SERVER_DICTKEYWORDFORMATTER_HPP
9#define OCM_SERVER_DICTKEYWORDFORMATTER_HPP
13#include <core/dit/did/did.hpp>
28 void Load(std::vector<std::string>
const& dictionaries);
33 auto GetDictionaries() const noexcept -> std::vector<std::
string> const&;
51 std::vector<std::
string> m_dictionaries;
52 core::dit::did::Did m_did;
Represents the literal 80-character FITS keyword record.
Contains data structure for FITS keywords.
std::variant< ValueKeyword, EsoKeyword, LiteralKeyword > KeywordVariant
The different variants of keywords that are supported.