19 CloneEnv(
PCBoard &pcb) : origin(pcb) { }
21 std::map<const Component *, Component *> C;
22 std::map<const Pin *, Pin *> P;
23 std::map<const std::vector<Pin *> *, std::vector<Pin *> *> PK;
24 std::map<const Net *, Net *> N;
25 std::map<const Connection *, Connection *> X;