2 #include "nlohmann/json_fwd.hpp"
3 #include "common/common.hpp"
10 FileVersion(
unsigned int a);
11 FileVersion(
unsigned int a,
unsigned int f);
12 FileVersion(
unsigned int a,
const json &j);
14 unsigned int get_app()
const
19 unsigned int get_file()
const
24 void serialize(
json &j)
const;
26 void check(ObjectType type,
const std::string &name,
const class UUID &uu)
const;
28 std::string get_message(ObjectType type)
const;
32 unsigned int file = 0;
a class to store JSON values
Definition: json.hpp:166
basic_json<> json
default JSON class
Definition: json_fwd.hpp:61