CASM  1.1.0
A Clusters Approach to Statistical Mechanics
SharedPrim_data_io.hh
Go to the documentation of this file.
1 #ifndef CASM_xtal_SharedPrim_data_io
2 #define CASM_xtal_SharedPrim_data_io
3 
4 #include <memory>
5 
7 
8 namespace CASM {
9 
10 class Structure;
11 
12 template <>
13 DataFormatterDictionary<std::shared_ptr<const Structure>>
14 make_attribute_dictionary<std::shared_ptr<const Structure>>();
15 
16 } // namespace CASM
17 
18 #endif
Main CASM namespace.
Definition: APICommand.hh:8