1 #ifndef CASM_IntegralCluster_json_io
2 #define CASM_IntegralCluster_json_io
9 struct IntegralClusterOrbitGenerator;
14 struct jsonConstructor;
18 jsonParser &
to_json(IntegralCluster
const &clust, jsonParser &json);
21 void from_json(IntegralCluster &clust, jsonParser
const &json);
Structure specifies the lattice and atomic basis of a crystal.
jsonParser & to_json(const ClexDescription &desc, jsonParser &json)
void from_json(ClexDescription &desc, const jsonParser &json)
void parse(InputParser< ConfigEnumOptions > &parser, std::string method_name, PrimClex const &primclex, DataFormatterDictionary< Configuration > const &dict)
Helper struct for constructing objects that need additional data.
static ReturnType from_json(const jsonParser &json)
Default from_json is equivalent to.