KiCad PCB EDA Suite
Loading...
Searching...
No Matches
generators_mgr.h File Reference
#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.
 

Typedef Documentation

◆ TYPE_ID

using TYPE_ID = size_t

Unique type identifier.

Definition at line 39 of file generators_mgr.h.