|
KiCad PCB EDA Suite
|
#include <pads_sch_binary_builder.h>
Public Member Functions | |
| bool | operator== (const BUILD_COUNTS &) const =default |
Public Attributes | |
| size_t | sheets = 0 |
| size_t | symbols = 0 |
| size_t | wires = 0 |
| size_t | buses = 0 |
| size_t | busEntries = 0 |
| size_t | junctions = 0 |
| size_t | labels = 0 |
| size_t | texts = 0 |
| size_t | graphics = 0 |
| size_t | images = 0 |
Definition at line 27 of file pads_sch_binary_builder.h.
|
default |
| size_t PADS_SCH_BINARY::BUILD_COUNTS::busEntries = 0 |
Definition at line 33 of file pads_sch_binary_builder.h.
| size_t PADS_SCH_BINARY::BUILD_COUNTS::buses = 0 |
Definition at line 32 of file pads_sch_binary_builder.h.
| size_t PADS_SCH_BINARY::BUILD_COUNTS::graphics = 0 |
Definition at line 37 of file pads_sch_binary_builder.h.
| size_t PADS_SCH_BINARY::BUILD_COUNTS::images = 0 |
Definition at line 38 of file pads_sch_binary_builder.h.
| size_t PADS_SCH_BINARY::BUILD_COUNTS::junctions = 0 |
Definition at line 34 of file pads_sch_binary_builder.h.
| size_t PADS_SCH_BINARY::BUILD_COUNTS::labels = 0 |
Definition at line 35 of file pads_sch_binary_builder.h.
| size_t PADS_SCH_BINARY::BUILD_COUNTS::sheets = 0 |
Definition at line 29 of file pads_sch_binary_builder.h.
Referenced by BOOST_AUTO_TEST_CASE(), and PADS_SCH_BINARY::PADS_SCH_BINARY_BUILDER::Build().
| size_t PADS_SCH_BINARY::BUILD_COUNTS::symbols = 0 |
Definition at line 30 of file pads_sch_binary_builder.h.
Referenced by BOOST_AUTO_TEST_CASE().
| size_t PADS_SCH_BINARY::BUILD_COUNTS::texts = 0 |
Definition at line 36 of file pads_sch_binary_builder.h.
| size_t PADS_SCH_BINARY::BUILD_COUNTS::wires = 0 |
Definition at line 31 of file pads_sch_binary_builder.h.