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