CASM  1.1.0
A Clusters Approach to Statistical Mechanics
CASM::FormattedDataFileOptions Struct Reference

#include <FormattedDataFile.hh>

Detailed Description

Definition at line 13 of file FormattedDataFile.hh.

Public Member Functions

 FormattedDataFileOptions (fs::path _file_path="", bool _json_output=false, bool _json_arrays=false, bool _compress=false)
 

Public Attributes

fs::path file_path
 
bool json_output
 
bool json_arrays
 
bool compress
 

Constructor & Destructor Documentation

◆ FormattedDataFileOptions()

CASM::FormattedDataFileOptions::FormattedDataFileOptions ( fs::path  _file_path = "",
bool  _json_output = false,
bool  _json_arrays = false,
bool  _compress = false 
)

Definition at line 5 of file FormattedDataFile.cc.

Member Data Documentation

◆ compress

bool CASM::FormattedDataFileOptions::compress

Definition at line 20 of file FormattedDataFile.hh.

◆ file_path

fs::path CASM::FormattedDataFileOptions::file_path

Definition at line 17 of file FormattedDataFile.hh.

◆ json_arrays

bool CASM::FormattedDataFileOptions::json_arrays

Definition at line 19 of file FormattedDataFile.hh.

◆ json_output

bool CASM::FormattedDataFileOptions::json_output

Definition at line 18 of file FormattedDataFile.hh.


The documentation for this struct was generated from the following files: