KiCad PCB EDA Suite
Loading...
Searching...
No Matches
aperture_macro.h File Reference
#include <vector>
#include <set>
#include <am_param.h>
#include <am_primitive.h>

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_thanAPERTURE_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 Documentation

◆ 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.

◆ APERTURE_MACRO_SET_PAIR

typedef std::pair<APERTURE_MACRO_SET::iterator, bool> APERTURE_MACRO_SET_PAIR

Definition at line 189 of file aperture_macro.h.