CASM
1.1.0
A Clusters Approach to Statistical Mechanics
jsonFile.hh
Go to the documentation of this file.
1
#ifndef CASM_jsonFile
2
#define CASM_jsonFile
3
4
#include "
casm/casm_io/json/jsonParser.hh
"
5
6
namespace
CASM
{
7
18
class
jsonFile
:
public
jsonParser
{
19
public
:
21
template
<
typename
T>
22
jsonFile
(
const
T &t) :
jsonParser
(
fs
::path(t)) {}
23
};
24
25
}
// namespace CASM
26
27
#endif
CASM::jsonFile
Slightly more compact construction of jsonParser from file.
Definition:
jsonFile.hh:18
CASM::jsonFile::jsonFile
jsonFile(const T &t)
Convert fs::path from t, then construct jsonParser.
Definition:
jsonFile.hh:22
CASM::jsonParser
Definition:
jsonParser.hh:85
jsonParser.hh
CASM
Main CASM namespace.
Definition:
APICommand.hh:8
boost::filesystem
Definition:
jsonParser.hh:12
include
casm
casm_io
json
jsonFile.hh
Generated on Tue Mar 23 2021 14:16:36 for CASM by
1.9.1