KiCad PCB EDA Suite
|
#include <eda_pattern_match.h>
#include <limits>
#include <wx/log.h>
#include <wx/tokenzr.h>
#include <algorithm>
Go to the source code of this file.
Classes | |
class | WX_LOGLEVEL_CONTEXT |
Context class to set wx loglevel for a block, and always restore it at the end. More... | |
Macros | |
#define | CLAMPED_VAL_INT_MAX(x) std::min( x, static_cast<size_t>( std::numeric_limits<int>::max() ) ) |
#define CLAMPED_VAL_INT_MAX | ( | x | ) | std::min( x, static_cast<size_t>( std::numeric_limits<int>::max() ) ) |
Definition at line 32 of file eda_pattern_match.cpp.