Celeritas 0.7.0-dev.130+develop.71a7ea01e
Loading...
Searching...
No Matches
OptionsIO.json.hh File Reference
#include <nlohmann/json.hpp>
#include "Options.hh"
This graph shows which files directly or indirectly include this file:

Functions

void celeritas::g4org::to_json (nlohmann::json &j, InlineSingletons const &v)
 
void celeritas::g4org::from_json (nlohmann::json const &j, InlineSingletons &v)
 
void celeritas::g4org::to_json (nlohmann::json &j, Options const &v)
 
void celeritas::g4org::from_json (nlohmann::json const &j, Options &v)
 

Function Documentation

◆ from_json() [1/2]

void celeritas::g4org::from_json ( nlohmann::json const j,
InlineSingletons v 
)

I/O routines for JSON

◆ from_json() [2/2]

void celeritas::g4org::from_json ( nlohmann::json const j,
Options v 
)

I/O routines for JSON

◆ to_json() [1/2]

void celeritas::g4org::to_json ( nlohmann::json &  j,
InlineSingletons const v 
)

I/O routines for JSON

◆ to_json() [2/2]

void celeritas::g4org::to_json ( nlohmann::json &  j,
Options const v 
)

I/O routines for JSON