CASM  1.1.0
A Clusters Approach to Statistical Mechanics
UnitCellCoordIO.hh
Go to the documentation of this file.
1 #ifndef UNITCELLCOORDIO_HH
2 #define UNITCELLCOORDIO_HH
3 
5 namespace CASM {
6 namespace xtal {
7 class UnitCellCoord;
8 }
9 
11 jsonParser &to_json(const xtal::UnitCellCoord &ucc_val, jsonParser &fill_json);
12 
14 void from_json(xtal::UnitCellCoord &fill_value, const jsonParser &read_json);
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)