|
CASM
AClustersApproachtoStatisticalMechanics
|
Go to the source code of this file.
Namespaces | |
| CASM | |
| Main CASM namespace. | |
Functions | |
| void | CASM::from_json (COORD_TYPE &value, const jsonParser &json) |
| jsonParser & | CASM::to_json (const COORD_TYPE &value, jsonParser &json) |
| Puts COORD_TYPE value (as string) More... | |
| void | CASM::from_json (PERIODICITY_TYPE &value, const jsonParser &json) |
| Gets string value as PERIODICITY_TYPE. More... | |
| jsonParser & | CASM::to_json (const PERIODICITY_TYPE &value, jsonParser &json) |
| Puts PERIODICITY_TYPE value (as string) More... | |
| void | CASM::from_json (CELL_TYPE &value, const jsonParser &json) |
| Gets string value as CELL_TYPE. More... | |
| jsonParser & | CASM::to_json (const CELL_TYPE &value, jsonParser &json) |
| Puts CELL_TYPE value (as string) More... | |