|
CASM
1.1.0
A Clusters Approach to Statistical Mechanics
|
#include "casm/casm_io/container/json_io.hh"#include "casm/casm_io/json/jsonParser.hh"#include "casm/database/DatabaseTypes_impl.hh"#include "casm/database/Selection.hh"#include "casm/database/io/json_io.hh"#include "casm/misc/TypeInfo.hh"Go to the source code of this file.
Namespaces | |
| CASM | |
| Main CASM namespace. | |
| CASM::DB | |
Functions | |
| template<typename DataObject > | |
| Selection< DataObject > | CASM::DB::make_selection (Database< DataObject > &db, const jsonParser &kwargs, std::string name_key, std::string sel_key, OnError on_error) |
| Make a Selection from JSON input. More... | |