VarMap.hpp
VarMaps track arbitrary data by name (slow) or id (faster).
This file is part of Empirical, https://github.com/devosoft/Empirical Copyright (C) 2019 Michigan State University MIT Software license; see doc/LICENSE.md
Note
Status: ALPHA
Defines
-
INCLUDE_EMP_DATA_VAR_MAP_HPP_GUARD
-
class VarMap
- #include <VarMap.hpp>
Public Functions
-
inline VarMap()
-
inline ~VarMap()
Private Members
-
unordered_map<std::string, size_t> id_map
Map of names to vector positions.
-
inline VarMap()