| 
    KiCad PCB EDA Suite
    
   | 
 
Go to the source code of this file.
Classes | |
| class | APERTURE_MACRO | 
| Support the "aperture macro" defined within standard RS274X.  More... | |
| struct | APERTURE_MACRO_less_than | 
| Used by std:set<APERTURE_MACRO> instantiation which uses APERTURE_MACRO.name as its key.  More... | |
Typedefs | |
| typedef std::set< APERTURE_MACRO, APERTURE_MACRO_less_than > | APERTURE_MACRO_SET | 
| A sorted collection of APERTURE_MACROS whose key is the name field in the APERTURE_MACRO.   | |
| typedef std::pair< APERTURE_MACRO_SET::iterator, bool > | APERTURE_MACRO_SET_PAIR | 
| typedef std::set<APERTURE_MACRO, APERTURE_MACRO_less_than> APERTURE_MACRO_SET | 
A sorted collection of APERTURE_MACROS whose key is the name field in the APERTURE_MACRO.
Definition at line 188 of file aperture_macro.h.
| typedef std::pair<APERTURE_MACRO_SET::iterator, bool> APERTURE_MACRO_SET_PAIR | 
Definition at line 189 of file aperture_macro.h.