CASM
1.1.0
A Clusters Approach to Statistical Mechanics
FormattedDataFile.cc
Go to the documentation of this file.
1
#include "
casm/casm_io/dataformatter/FormattedDataFile.hh
"
2
3
namespace
CASM
{
4
5
FormattedDataFileOptions::FormattedDataFileOptions
(fs::path _file_path,
6
bool
_json_output,
7
bool
_json_arrays,
8
bool
_compress)
9
: file_path(_file_path),
10
json_output(_json_output),
11
json_arrays(_json_arrays),
12
compress(_compress) {}
13
14
}
// namespace CASM
FormattedDataFile.hh
CASM
Main CASM namespace.
Definition:
APICommand.hh:8
CASM::FormattedDataFileOptions::FormattedDataFileOptions
FormattedDataFileOptions(fs::path _file_path="", bool _json_output=false, bool _json_arrays=false, bool _compress=false)
Definition:
FormattedDataFile.cc:5
src
casm
casm_io
dataformatter
FormattedDataFile.cc
Generated on Tue Mar 23 2021 14:16:44 for CASM by
1.9.1