KiCad PCB EDA Suite
|
#include <ranged_num.h>
Public Member Functions | |
RANGED_NUM (T aValue=0, T aTolerancePlus=0, T aToleranceMinus=0) | |
operator T () | |
RANGED_NUM & | operator= (const T aValue) |
bool | Matches (const T &aOther) const |
Private Attributes | |
T | m_value |
T | m_tolerancePlus |
T | m_toleranceMinus |
Definition at line 24 of file ranged_num.h.
|
inline |
Definition at line 26 of file ranged_num.h.
|
inline |
Definition at line 43 of file ranged_num.h.
References RANGED_NUM< T >::m_toleranceMinus, RANGED_NUM< T >::m_tolerancePlus, and RANGED_NUM< T >::m_value.
Referenced by PNS::DIFF_PAIR::CoupledLength(), PNS::DIFF_PAIR::CoupledSegmentPairs(), and PNS::findCoupledVertices().
|
inline |
Definition at line 32 of file ranged_num.h.
|
inline |
Definition at line 37 of file ranged_num.h.
References RANGED_NUM< T >::m_value.
|
private |
Definition at line 49 of file ranged_num.h.
Referenced by RANGED_NUM< T >::Matches().
|
private |
Definition at line 49 of file ranged_num.h.
Referenced by RANGED_NUM< T >::Matches().
|
private |
Definition at line 49 of file ranged_num.h.
Referenced by RANGED_NUM< T >::Matches(), RANGED_NUM< int >::operator int(), and RANGED_NUM< T >::operator=().