KiCad PCB EDA Suite
|
#include <cstdint>
#include <config.h>
#include <vector>
#include <map>
#include <memory>
#include <wx/string.h>
Go to the source code of this file.
Classes | |
class | GENERATORS_MGR |
A factory which returns an instance of a PCB_GENERATOR. More... | |
struct | GENERATORS_MGR::ENTRY |
struct | GENERATORS_MGR::REGISTER< T > |
Static helper to register a generator. More... | |
Typedefs | |
using | TYPE_ID = size_t |
Unique type identifier. | |
using TYPE_ID = size_t |
Unique type identifier.
Definition at line 39 of file generators_mgr.h.