Jpp 19.3.0-rc.1
the software that should make you happy
Loading...
Searching...
No Matches
JSON::JSon Struct Reference

Auxiliary class to load json data from file. More...

#include <JSon.hh>

Inheritance diagram for JSON::JSon:

Public Member Functions

 JSon (const std::string &file_name)
 Constructor.
 

Detailed Description

Auxiliary class to load json data from file.

Definition at line 61 of file JSon.hh.

Constructor & Destructor Documentation

◆ JSon()

JSON::JSon::JSon ( const std::string & file_name)
inline

Constructor.

Parameters
file_namefile name

Definition at line 69 of file JSon.hh.

70 {
71 load(file_name, *this);
72 }
void load(const std::string &file_name, json &object)
Load json data from input file.
Definition JSon.hh:28

The documentation for this struct was generated from the following file: