CASM
AClustersApproachtoStatisticalMechanics
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules
global.hh
Go to the documentation of this file.
1 #ifndef CASM_jsonIO_global
2 #define CASM_jsonIO_global
3 
6 
7 namespace CASM {
8 
9  jsonParser &to_json(const COORD_TYPE &value, jsonParser &json);
10  void from_json(COORD_TYPE &value, const jsonParser &json);
11 
12  jsonParser &to_json(const PERIODICITY_TYPE &value, jsonParser &json);
13  void from_json(PERIODICITY_TYPE &value, const jsonParser &json);
14 
15  jsonParser &to_json(const CELL_TYPE &value, jsonParser &json);
16  void from_json(CELL_TYPE &value, const jsonParser &json);
17 
18 }
19 
20 #endif
void from_json(ClexDescription &desc, const jsonParser &json)
jsonParser & to_json(const ClexDescription &desc, jsonParser &json)
Main CASM namespace.
Definition: complete.cpp:8