#include <atlas/util/Registry.h>
template<typename T>
Registry class
Constructors, destructors, conversion operators
- Registry() defaulted
Public functions
-
void add(const std::
string& key, T&& value) -
auto has(const std::
string& key) -> bool -
auto get(const std::
string& key) -> T -
void list(std::
ostream& out) -
auto keys() -> std::
vector<std:: string>