|
CASM
1.1.0
A Clusters Approach to Statistical Mechanics
|
#include "casm/database/ConfigData.hh"Go to the source code of this file.
Classes | |
| struct | CASM::DB::ImportSettings |
| Struct with optional parameters for Config/Data Import Specifies default parameters for all values, in order to simplify parsing from JSON. More... | |
| class | CASM::DB::ImportT< _ConfigType > |
| Generic ConfigType-dependent part of Import. More... | |
Namespaces | |
| CASM | |
| Main CASM namespace. | |
| CASM::Completer | |
| CASM::DB | |
Functions | |
| template<typename OutputIterator > | |
| std::pair< OutputIterator, int > | CASM::DB::construct_pos_paths (const PrimClex &primclex, const Completer::ImportOption &import_opt, OutputIterator result) |
| Construct pos_paths from input args –pos && –batch. More... | |
| jsonParser & | CASM::DB::to_json (ImportSettings const &_set, jsonParser &_json) |
| jsonParser const & | CASM::DB::from_json (ImportSettings &_set, jsonParser const &_json) |