3 #include "tool_place_junction.hpp" 4 #include <forward_list> 14 void create_attached()
override;
15 void delete_attached()
override;
16 bool begin_attached()
override;
17 bool update_attached(
const ToolArgs &args)
override;
18 class Via *via =
nullptr;
19 const class Padstack *padstack =
nullptr;
21 std::forward_list<class Via *> vias_placed;
Definition: padstack.hpp:20
Where Tools and and documents meet.
Definition: core.hpp:249