CASM
1.1.0
A Clusters Approach to Statistical Mechanics
|
#include <memory>
#include <string>
Go to the source code of this file.
Classes | |
struct | CASM::jsonConstructor< Configuration > |
struct | CASM::jsonMake< Configuration > |
Namespaces | |
CASM | |
Main CASM namespace. | |
Functions | |
jsonParser & | CASM::to_json (Configuration const &configuration, jsonParser &json) |
Insert Configuration to JSON. More... | |
void | CASM::from_json (Configuration &configuration, jsonParser const &json) |
Read Configuration from JSON. More... | |