Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/corecel/AssertIO.json.hh was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 //------------------------------- -*- C++ -*- -------------------------------//
0002 // Copyright Celeritas contributors: see top-level COPYRIGHT file for details
0003 // SPDX-License-Identifier: (Apache-2.0 OR MIT)
0004 //---------------------------------------------------------------------------//
0005 //! \file corecel/AssertIO.json.hh
0006 //---------------------------------------------------------------------------//
0007 #pragma once
0008 
0009 #include <nlohmann/json.hpp>
0010 
0011 #include "Assert.hh"
0012 
0013 namespace celeritas
0014 {
0015 //---------------------------------------------------------------------------//
0016 void to_json(nlohmann::json&, DebugErrorDetails const&);
0017 void to_json(nlohmann::json&, RuntimeErrorDetails const&);
0018 void to_json(nlohmann::json&, RichContextException const&);
0019 
0020 //---------------------------------------------------------------------------//
0021 }  // namespace celeritas