CASM
1.1.0
A Clusters Approach to Statistical Mechanics
|
#include "casm/casm_io/enum/json_io.hh"
#include "casm/global/definitions.hh"
#include "casm/symmetry/SymInfo.hh"
#include "casm/symmetry/io/stream/SymInfo_stream_io.hh"
Go to the source code of this file.
Classes | |
struct | CASM::jsonConstructor< SymInfoOptions > |
Namespaces | |
CASM | |
Main CASM namespace. | |
Functions | |
jsonParser & | CASM::to_json (const SymInfoOptions &opt, jsonParser &json) |
void | CASM::from_json (SymInfoOptions &opt, const jsonParser &json) |
Read from JSON. More... | |
void | CASM::to_json (const SymInfo &info, jsonParser &json) |
Adds to existing JSON object. More... | |