Jpp  18.4.0
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
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. More...
 

Detailed Description

Auxiliary class to load json data from file.

Definition at line 61 of file JSon.hh.

Constructor & Destructor Documentation

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: