KiCad PCB EDA Suite
|
#include <eda_pattern_match.h>
Public Member Functions | |
bool | valid () const |
operator bool () const | |
Public Attributes | |
int | start = EDA_PATTERN_NOT_FOUND |
int | length = 0 |
Definition at line 66 of file eda_pattern_match.h.
|
inlineexplicit |
Definition at line 76 of file eda_pattern_match.h.
References valid().
|
inline |
Definition at line 71 of file eda_pattern_match.h.
References EDA_PATTERN_NOT_FOUND, and start.
Referenced by operator bool().
int EDA_PATTERN_MATCH::FIND_RESULT::length = 0 |
Definition at line 69 of file eda_pattern_match.h.
Referenced by DIALOG_NET_INSPECTOR::DATA_MODEL::addItem(), and DIALOG_NET_INSPECTOR::DATA_MODEL::addItems().
int EDA_PATTERN_MATCH::FIND_RESULT::start = EDA_PATTERN_NOT_FOUND |
Definition at line 68 of file eda_pattern_match.h.
Referenced by DIALOG_NET_INSPECTOR::DATA_MODEL::addItem(), DIALOG_NET_INSPECTOR::DATA_MODEL::addItems(), EDA_COMBINED_MATCHER::Find(), and valid().