|
PCB Environment 2
|
#include <future>#include <set>#include "UserSettings.hpp"#include "Object.hpp"#include "Track.hpp"Go to the source code of this file.
Data Structures | |
| class | ObjectPtrNameLessThan |
| class | UIActions |
| WARNING: The non-async UIActions functions are expected to be non-concurrent. More... | |
Typedefs | |
| using | ComSet = std::set<Component *, ObjectPtrNameLessThan> |
| using | PinSet = std::set<Pin *, ObjectPtrNameLessThan> |
| using ComSet = std::set<Component *, ObjectPtrNameLessThan> |
| using PinSet = std::set<Pin *, ObjectPtrNameLessThan> |