31 #ifndef SOURCE_ODIM_STRUCT
32 #define SOURCE_ODIM_STRUCT
39 #include <drain/util/ReferenceMap.h>
40 #include <drain/util/Rectangle.h>
41 #include <drain/util/Time.h>
85 const std::string & getPreferredSourceCode()
const;
87 template <
class ...TT>
88 const std::string & getPreferredSourceCode(
const std::string & arg,
const TT& ...args)
const {
93 return getPreferredSourceCode(args...);
A map of FlexVariable:s.
Definition: VariableMap.h:138
Definition: SourceODIM.h:49
SourceODIM(const std::string &source="")
Sets NOD, WMO, RAD, CTY and ORG.
Definition: SourceODIM.cpp:37
const std::string & getSourceCode() const
Derives a most standard name. Returns the first-non empty value of NOD, RAD, WMO, WIGOS,...
Definition: SourceODIM.cpp:77
Definition: DataSelector.cpp:44