![]() |
chigraph
master
Systems programming language written for beginners in LLVM
|
#include "chi/JsonSerializer.hpp"
#include "chi/DataType.hpp"
#include "chi/GraphFunction.hpp"
#include "chi/GraphModule.hpp"
#include "chi/GraphStruct.hpp"
#include "chi/NodeInstance.hpp"
#include "chi/NodeType.hpp"
#include <boost/uuid/uuid_io.hpp>
Go to the source code of this file.
Namespaces | |
chi | |
The namespace where chigraph lives. | |
Functions | |
Json Serialization/Deserialization | |
nlohmann::json | chi::graphFunctionToJson (const GraphFunction &func) |
Serialize a GraphFunction to json. More... | |
nlohmann::json | chi::graphModuleToJson (const GraphModule &mod) |
Serialize a JsonModule to json. More... | |
nlohmann::json | chi::graphStructToJson (const GraphStruct &struc) |
Serialize a GraphStruct to json. More... | |