KiCad PCB EDA Suite
Loading...
Searching...
No Matches
EDA_PATTERN_MATCH::FIND_RESULT Struct Reference

#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
 

Detailed Description

Definition at line 67 of file eda_pattern_match.h.

Member Function Documentation

◆ operator bool()

EDA_PATTERN_MATCH::FIND_RESULT::operator bool ( ) const
inlineexplicit

Definition at line 77 of file eda_pattern_match.h.

◆ valid()

bool EDA_PATTERN_MATCH::FIND_RESULT::valid ( ) const
inline

Definition at line 72 of file eda_pattern_match.h.

References EDA_PATTERN_NOT_FOUND.

Member Data Documentation

◆ length

int EDA_PATTERN_MATCH::FIND_RESULT::length = 0

Definition at line 70 of file eda_pattern_match.h.

◆ start

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().


The documentation for this struct was generated from the following file: