CASM  1.1.0
A Clusters Approach to Statistical Mechanics
ECIContainer_json_io.hh
Go to the documentation of this file.
1 #ifndef CASM_ECIContainer_json_io
2 #define CASM_ECIContainer_json_io
3 
4 namespace CASM {
5 
6 template <typename T>
7 class InputParser;
8 class ECIContainer;
9 
11 void parse(InputParser<ECIContainer> &parser);
12 } // namespace CASM
13 
14 #endif
Main CASM namespace.
Definition: APICommand.hh:8
void parse(InputParser< ConfigEnumOptions > &parser, std::string method_name, PrimClex const &primclex, DataFormatterDictionary< Configuration > const &dict)