CASM  1.1.0
A Clusters Approach to Statistical Mechanics
DBInterface.cc
Go to the documentation of this file.
2 #include "casm/app/query.hh"
3 #include "casm/app/select.hh"
4 #include "casm/clex/Supercell.hh"
5 
6 namespace CASM {
7 namespace DB {
8 template InterfaceData<Configuration>::InterfaceData(const SelectCommand &);
9 template InterfaceData<Configuration>::InterfaceData(const QueryCommand &);
10 template InterfaceData<Supercell>::InterfaceData(const SelectCommand &);
11 template InterfaceData<Supercell>::InterfaceData(const QueryCommand &);
12 } // namespace DB
13 } // namespace CASM
InterfaceData(const QueryCommand &cmd)
Main CASM namespace.
Definition: APICommand.hh:8