|
CASM
1.1.0
A Clusters Approach to Statistical Mechanics
|
#include "casm/app/enum/EnumInterface.hh"#include "casm/app/enum/io/enumerate_configurations_json_io.hh"#include "casm/casm_io/container/json_io.hh"#include "casm/casm_io/json/InputParser_impl.hh"#include "casm/completer/Handlers.hh"Go to the source code of this file.
Namespaces | |
| CASM | |
| Main CASM namespace. | |
Functions | |
| jsonParser & | CASM::to_json (const Completer::EnumOption &enum_opt, jsonParser &json) |
Convert casm enum CLI input to JSON. More... | |
| ParentInputParser | CASM::make_enum_parent_parser (Log &log, jsonParser const &json_options, jsonParser const &cli_options_as_json) |
| Combine –input / –settings JSON with CLI options. More... | |