23#include <memory_resource>
25#include <unordered_map>
49 std::pmr::unordered_map<const SCH_ITEM*, NET>
nets;
53 const auto item =
nets.find( aItem );
54 return item ==
nets.end() ? nullptr : &item->second;
59 static const wxString missing;
61 return net ? net->
key : missing;
66 std::pmr::monotonic_buffer_resource
storage;
Base class for any item which can be embedded within the SCHEMATIC container class,...
Handle access to a stack of flattened SCH_SHEET objects by way of a path for creating a flattened sch...
Definition of the SCH_SHEET_PATH and SCH_SHEET_LIST classes for Eeschema.