5#ifndef StationSelector_H
6#define StationSelector_H
19 using StationMap = std::map<std::string, Station*, std::less<std::string>>;
30 bool select(
const std::string& name);
static std::atomic< int > m_selectType
std::vector< std::string > m_selector
bool select(const std::string &name)
static void SetSelectionType(int t)
std::map< std::string, Station *, std::less< std::string > > StationMap
StationMap::const_iterator StationIterator
StationSelector(const MYSQL &mysql, const std::string &filename)
Ensure that the Athena extensions are properly loaded.