2 #include "util/uuid.hpp" 3 #include "nlohmann/json_fwd.hpp" 4 #include "common/common.hpp" 5 #include "util/uuid_ptr.hpp" 6 #include "common/junction.hpp" 28 enum class Style { PLAIN, FLAG };
29 Style style = Style::FLAG;
32 Orientation orientation = Orientation::RIGHT;
34 std::set<unsigned int> on_sheets;
35 bool offsheet_refs =
true;
37 json serialize()
const;
a class to store JSON values
Definition: json.hpp:161
zip_uint64_t uint64_t
zip_uint64_t_t typedef.
Definition: zip.hpp:108
Displays the junction's Net name it is attached to.
Definition: net_label.hpp:21
Definition: uuid_ptr.hpp:9
This class encapsulates a UUID and allows it to be uses as a value type.
Definition: uuid.hpp:16
basic_json<> json
default JSON class
Definition: json_fwd.hpp:61