CASM
1.1.0
A Clusters Approach to Statistical Mechanics
|
#include <FormattedDataFile.hh>
Definition at line 24 of file FormattedDataFile.hh.
Public Member Functions | |
FormattedDataFile (FormattedDataFileOptions const &options) | |
FormattedDataFile (fs::path file_path, bool json_output, bool json_arrays, bool compress) | |
~FormattedDataFile () | |
void | operator() (DataFormatter< DataObject > const &formatter, DataObject const &object) |
Private Attributes | |
bool | m_initialized |
jsonParser | m_json |
bool | m_json_output |
bool | m_json_arrays |
std::unique_ptr< std::ostream > | m_ostream |
CASM::FormattedDataFile< DataObject >::FormattedDataFile | ( | FormattedDataFileOptions const & | options | ) |
Definition at line 12 of file FormattedDataFile_impl.hh.
CASM::FormattedDataFile< DataObject >::FormattedDataFile | ( | fs::path | file_path, |
bool | json_output, | ||
bool | json_arrays, | ||
bool | compress | ||
) |
Definition at line 18 of file FormattedDataFile_impl.hh.
CASM::FormattedDataFile< DataObject >::~FormattedDataFile |
Definition at line 33 of file FormattedDataFile_impl.hh.
void CASM::FormattedDataFile< DataObject >::operator() | ( | DataFormatter< DataObject > const & | formatter, |
DataObject const & | object | ||
) |
Definition at line 40 of file FormattedDataFile_impl.hh.
|
private |
Definition at line 37 of file FormattedDataFile.hh.
|
private |
Definition at line 38 of file FormattedDataFile.hh.
|
private |
Definition at line 40 of file FormattedDataFile.hh.
|
private |
Definition at line 39 of file FormattedDataFile.hh.
|
private |
Definition at line 41 of file FormattedDataFile.hh.