| 
    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 25 of file ranged_num.h.
      
  | 
  inline | 
Definition at line 27 of file ranged_num.h.
References m_toleranceMinus, m_tolerancePlus, m_value, and T.
Referenced by operator=().
      
  | 
  inline | 
Definition at line 44 of file ranged_num.h.
References m_toleranceMinus, m_tolerancePlus, m_value, and T.
Referenced by PNS::findCoupledVertices().
      
  | 
  inline | 
Definition at line 33 of file ranged_num.h.
      
  | 
  inline | 
Definition at line 38 of file ranged_num.h.
References m_value, RANGED_NUM(), and T.
      
  | 
  private | 
Definition at line 50 of file ranged_num.h.
Referenced by Matches(), and RANGED_NUM().
      
  | 
  private | 
Definition at line 50 of file ranged_num.h.
Referenced by Matches(), and RANGED_NUM().
      
  | 
  private | 
Definition at line 50 of file ranged_num.h.
Referenced by Matches(), operator=(), and RANGED_NUM().