Jpp  18.0.1-rc.1
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Functions
JSon.hh File Reference
#include <fstream>
#include <iomanip>
#include "json/json.hpp"

Go to the source code of this file.

Classes

struct  JSON::JSon
 Auxiliary class to load json data from file. More...
 

Namespaces

 JSON
 Auxiliary classes and methods for detector calibration.
 
 JPP
 This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
 

Functions

void JSON::load (const std::string &file_name, json &object)
 Load json data from input file. More...
 
void JSON::store (const std::string &file_name, const json &object)
 Store json data to output file. More...