CASM  1.1.0
A Clusters Approach to Statistical Mechanics
CompositionConverter_json_io.hh
Go to the documentation of this file.
1 #ifndef CASM_clex_CompositionConverter_json_io
2 #define CASM_clex_CompositionConverter_json_io
3 
4 namespace CASM {
5 
6 class CompositionConverter;
7 class jsonParser;
8 
10 jsonParser &to_json(const CompositionConverter &f, jsonParser &json);
11 
13 void from_json(CompositionConverter &f, const jsonParser &json);
14 
15 } // namespace CASM
16 
17 #endif
Main CASM namespace.
Definition: APICommand.hh:8
jsonParser & to_json(const ClexDescription &desc, jsonParser &json)
void from_json(ClexDescription &desc, const jsonParser &json)