CASM  1.1.0
A Clusters Approach to Statistical Mechanics
Database.cc
Go to the documentation of this file.
3 
4 // explicit template instantiations
5 #define INST_ValDatabase(r, data, type) template class ValDatabase<type>;
6 
7 namespace CASM {
8 template class HasPrimClex<CRTPBase<DB::DatabaseBase> >;
9 namespace DB {
10 BOOST_PP_SEQ_FOR_EACH(INST_ValDatabase, _, CASM_DB_TYPES)
11 }
12 } // namespace CASM
#define INST_ValDatabase(r, data, type)
Definition: Database.cc:5
#define CASM_DB_TYPES
Main CASM namespace.
Definition: APICommand.hh:8