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