1 #ifndef CASM_DB_ConfigData_impl
2 #define CASM_DB_ConfigData_impl
12 template <
typename ConfigType>
14 : m_primclex(_primclex) {
16 return primclex().template db_props<ConfigType>(
21 template <
typename ConfigType>
23 return primclex().template db<ConfigType>();
Database< ConfigType > & db_config() const
ConfigData(const PrimClex &_primclex, TypeTag< ConfigType >)
std::function< PropertiesDatabase &()> m_db_props_func
const PrimClex & primclex() const
PrimClex is the top-level data structure for a CASM project.