add functions to be used by the json library to create json objects.
The necessary to_json(...) function are used. One can create a json object by e.g. "nlohmann::json ttjson = nlohmann::json(tt)" with tt being a timing tree
Showing
- src/core/extern/json.hpp 17300 additions, 0 deletionssrc/core/extern/json.hpp
- src/core/timing/Timer.h 17 additions, 0 deletionssrc/core/timing/Timer.h
- src/core/timing/TimingNode.h 39 additions, 0 deletionssrc/core/timing/TimingNode.h
- src/core/timing/TimingTree.h 20 additions, 0 deletionssrc/core/timing/TimingTree.h
Please register or sign in to comment