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