| 
    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 67 of file eda_pattern_match.h.
      
  | 
  inlineexplicit | 
Definition at line 77 of file eda_pattern_match.h.
References valid().
      
  | 
  inline | 
Definition at line 72 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 70 of file eda_pattern_match.h.
| int EDA_PATTERN_MATCH::FIND_RESULT::start = EDA_PATTERN_NOT_FOUND | 
Definition at line 69 of file eda_pattern_match.h.
Referenced by EDA_COMBINED_MATCHER::Find(), and valid().