|
KiCad PCB EDA Suite
|
#include <odb_eda_data.h>
Public Types | |
| enum class | TYPE { COPPER , LAMINATE , HOLE } |
Public Member Functions | |
| FEATURE_ID (TYPE t, size_t l, size_t fid) | |
| void | Write (std::ostream &ost) const |
Public Attributes | |
| TYPE | type |
| size_t | layer |
| size_t | feature_id |
Private Attributes | |
| friend | EDA_DATA |
Definition at line 42 of file odb_eda_data.h.
|
strong |
| Enumerator | |
|---|---|
| COPPER | |
| LAMINATE | |
| HOLE | |
Definition at line 47 of file odb_eda_data.h.
|
inline |
Definition at line 54 of file odb_eda_data.h.
References feature_id, layer, and type.
| void EDA_DATA::FEATURE_ID::Write | ( | std::ostream & | ost | ) | const |
Definition at line 92 of file odb_eda_data.cpp.
References feature_id, layer, and type.
|
private |
Definition at line 44 of file odb_eda_data.h.
| size_t EDA_DATA::FEATURE_ID::feature_id |
Definition at line 58 of file odb_eda_data.h.
Referenced by FEATURE_ID(), and Write().
| size_t EDA_DATA::FEATURE_ID::layer |
Definition at line 57 of file odb_eda_data.h.
Referenced by FEATURE_ID(), and Write().
| TYPE EDA_DATA::FEATURE_ID::type |
Definition at line 56 of file odb_eda_data.h.
Referenced by FEATURE_ID(), and Write().