1 #ifndef CASM_DBInterface_impl
2 #define CASM_DBInterface_impl
16 template <
typename DataObject>
29 template <
typename DataObject>
34 for (
int i = 0; i < cmd.
opt().selection_paths().size(); ++i) {
48 template <
typename DataObject>
55 *m_standard_dict = make_dictionary<DataObject>();
56 m_dict = m_standard_dict.get();
PrimClex & primclex() const
const OptionType & opt() const
const po::variables_map & vm() const
const fs::path & selection_path() const
Returns the string corresponding to add_config_suboption()
const std::vector< fs::path > & selection_paths() const
Returns the string corresponding to add_config_suboption()
void _make_dict(const APICommandBase &cmd)
InterfaceData(const QueryCommand &cmd)
QueryHandler< DataObject > & query_handler()
DB::Database< T > & db() const
ProjectSettings & settings()