FileList > config_input > config_input.cpp
Go to the source code of this file
#include "config_input.hpp"
#include <fstream>
#include "assert/assert.hpp"
#include <nlohmann/json.hpp>
Namespaces
Classes
Public Types
| Type |
Name |
| typedef nlohmann::json |
json
|
Public Functions
Macros
Public Types Documentation
typedef json
using json = nlohmann::json;
Public Functions Documentation
function operator<<
std::ostream & operator<< (
std::ostream & os,
const Config & config
)
function operator<<
std::ostream & operator<< (
std::ostream & os,
const ProcessingStep & step
)
Macro Definition Documentation
define JSON_DIAGNOSTICS
#define JSON_DIAGNOSTICS `1`
define SERIALIZE_ENUM_STRICT
#define SERIALIZE_ENUM_STRICT (
ENUM_TYPE,
...
) `/* multi line expression */`
The documentation for this class was generated from the following file /home/runner/work/Blaze/Blaze/src/lib/config_input/config_input.cpp