cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
|
Helper of JSON data files. More...
#include <functional>
#include <string>
#include <unordered_map>
#include <nlohmann/adl_serializer.hpp>
#include <nlohmann/json.hpp>
#include "stat_bench/reporter/data_file_spec.h"
#include "stat_bench/util/utf8_string.h"
Go to the source code of this file.
Classes | |
struct | nlohmann::adl_serializer< stat_bench::util::Utf8String > |
Implementation of nlohmann::adl_serializer for stat_bench::util::Utf8String. More... | |
struct | nlohmann::adl_serializer< std::unordered_map< stat_bench::util::Utf8String, stat_bench::util::Utf8String > > |
Implementation of nlohmann::adl_serializer for std::unordered_map<stat_bench::util::Utf8String, stat_bench::util::Utf8String>. More... | |
Namespaces | |
namespace | nlohmann |
Namespace of nlohmann::json library. | |
namespace | stat_bench |
Namespace of stat_bench source codes. | |
namespace | stat_bench::reporter |
Namespace of reporters of results of benchmarks. | |
namespace | stat_bench::reporter::data_file_spec |
Namespace of specification of data files. | |
Helper of JSON data files.
Definition in file json_data_file_helper.h.