CASM  1.1.0
A Clusters Approach to Statistical Mechanics
ConfigMapping_json_io.hh
Go to the documentation of this file.
1 #ifndef CASM_clex_io_json_ConfigMapping
2 #define CASM_clex_io_json_ConfigMapping
3 
4 namespace CASM {
5 namespace ConfigMapping {
6 struct Settings;
7 }
8 class jsonParser;
9 
10 jsonParser &to_json(ConfigMapping::Settings const &_set, jsonParser &_json);
11 
12 jsonParser const &from_json(ConfigMapping::Settings &_set,
13  jsonParser const &_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)