|
CASM
AClustersApproachtoStatisticalMechanics
|
#include "casm/crystallography/BasicStructure.hh"#include "casm/crystallography/Site.hh"#include "casm/casm_io/jsonParser.hh"#include "casm/casm_io/json_io/container.hh"Go to the source code of this file.
Classes | |
| class | CASM::SimpleJSonSiteStructure< IsConst > |
Namespaces | |
| CASM | |
| Main CASM namespace. | |
Functions | |
| template<bool IsConst> | |
| void | CASM::from_json (const SimpleJSonSiteStructure< IsConst > &jstruc, const jsonParser &json) |
| template<bool IsConst> | |
| jsonParser & | CASM::to_json (const SimpleJSonSiteStructure< IsConst > &jstruc, jsonParser &json) |
| SimpleJSonSiteStructure< true > | CASM::simple_json (const BasicStructure< Site > &struc, const std::string &prefix) |
| SimpleJSonSiteStructure< false > | CASM::simple_json (BasicStructure< Site > &struc, const std::string &prefix) |