fpmas 1.6
Static Public Member Functions | List of all members
nlohmann::adl_serializer< fpmas::model::ReachableCell > Struct Reference

#include <graph.h>

Static Public Member Functions

static void to_json (nlohmann::json &j, const fpmas::model::ReachableCell &cell)
 
static void from_json (const nlohmann::json &j, fpmas::model::ReachableCell &cell)
 

Detailed Description

fpmas::model::ReachableCell nlohmann json serializer specialization.

Member Function Documentation

◆ to_json()

void nlohmann::adl_serializer< fpmas::model::ReachableCell >::to_json ( nlohmann::json &  j,
const fpmas::model::ReachableCell cell 
)
static

Serializes the specified cell into the json j.

Parameters
jjson output
cellreachable cell to serialize

◆ from_json()

void nlohmann::adl_serializer< fpmas::model::ReachableCell >::from_json ( const nlohmann::json &  j,
fpmas::model::ReachableCell cell 
)
static

Unserializes a cell from the json j.

Parameters
jinput json
cellreachable cell output

The documentation for this struct was generated from the following files: