finalize entity functions
This commit is contained in:
parent
ba62206c0c
commit
e6233cf3f2
18 changed files with 523 additions and 181 deletions
|
|
@ -55,8 +55,7 @@ struct IkarusValueData {
|
|||
|
||||
static auto from_json(nlohmann::json const & json)
|
||||
-> cppbase::Result<IkarusValueData, IkarusValueDataParseError>;
|
||||
static auto to_json(nlohmann::json & json, IkarusValueData const & value)
|
||||
-> void;
|
||||
static auto to_json(IkarusValueData const & value) -> nlohmann::json;
|
||||
|
||||
IkarusValueDataVariant variant;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue