Go to the source code of this file.
|
| namespace | shamrock |
| | namespace for the main framework
|
| |
◆ from_json() [1/2]
| void shamrock::scheduler::from_json |
( |
const nlohmann::json & |
j, |
|
|
LinkedTreeNode & |
p |
|
) |
| |
|
inline |
Deserializes a JSON object to a LinkedTreeNode object.
- Parameters
-
| j | The JSON object to deserialize from. |
| p | The LinkedTreeNode object to deserialize to. |
Definition at line 162 of file PatchTreeNode.hpp.
◆ from_json() [2/2]
| void shamrock::scheduler::from_json |
( |
const nlohmann::json & |
j, |
|
|
PatchTreeNode & |
p |
|
) |
| |
|
inline |
Deserializes a JSON object to a PatchTreeNode object.
- Parameters
-
| j | The JSON object to deserialize from. |
| p | The PatchTreeNode object to deserialize to. |
Definition at line 196 of file PatchTreeNode.hpp.
◆ operator==() [1/2]
◆ operator==() [2/2]
◆ to_json() [1/2]
| void shamrock::scheduler::to_json |
( |
nlohmann::json & |
j, |
|
|
const LinkedTreeNode & |
p |
|
) |
| |
|
inline |
Serializes a LinkedTreeNode object to a JSON object.
- Parameters
-
| j | The JSON object to serialize to. |
| p | The LinkedTreeNode object to serialize. |
Definition at line 146 of file PatchTreeNode.hpp.
◆ to_json() [2/2]
| void shamrock::scheduler::to_json |
( |
nlohmann::json & |
j, |
|
|
const PatchTreeNode & |
p |
|
) |
| |
|
inline |
Serializes a PatchTreeNode object to a JSON object.
- Parameters
-
| j | The JSON object to serialize to. |
| p | The PatchTreeNode object to serialize. |
Definition at line 176 of file PatchTreeNode.hpp.