| 
    KiCad PCB EDA Suite
    
   | 
 
#include <class_regulator_data.h>
Public Member Functions | |
| REGULATOR_LIST () | |
| ~REGULATOR_LIST () | |
| unsigned int | GetCount () | 
| void | Add (REGULATOR_DATA *aItem) | 
| REGULATOR_DATA * | GetReg (const wxString &aName) | 
| void | Remove (const wxString &aRegName) | 
| void | Replace (REGULATOR_DATA *aItem) | 
| Replace an old REGULATOR_DATA by a new one The old one is deleted the 2 items must have the same name.   | |
| wxArrayString | GetRegList () const | 
| void | Clear () | 
Public Attributes | |
| std::vector< REGULATOR_DATA * > | m_List | 
Definition at line 63 of file class_regulator_data.h.
      
  | 
  inline | 
Definition at line 66 of file class_regulator_data.h.
      
  | 
  inline | 
Definition at line 67 of file class_regulator_data.h.
References m_List.
      
  | 
  inline | 
Definition at line 78 of file class_regulator_data.h.
References m_List, REGULATOR_DATA::m_Name, and StrNumCmp().
Referenced by PCB_CALCULATOR_DATAFILE_PARSER::ParseRegulatorDescr().
      
  | 
  inline | 
Definition at line 147 of file class_regulator_data.h.
References m_List.
      
  | 
  inline | 
Definition at line 73 of file class_regulator_data.h.
References m_List.
      
  | 
  inline | 
Definition at line 94 of file class_regulator_data.h.
References m_List.
      
  | 
  inline | 
Definition at line 137 of file class_regulator_data.h.
References m_List.
      
  | 
  inline | 
Definition at line 104 of file class_regulator_data.h.
References m_List.
      
  | 
  inline | 
Replace an old REGULATOR_DATA by a new one The old one is deleted the 2 items must have the same name.
Definition at line 122 of file class_regulator_data.h.
References m_List, and REGULATOR_DATA::m_Name.
| std::vector<REGULATOR_DATA*> REGULATOR_LIST::m_List | 
Definition at line 149 of file class_regulator_data.h.
Referenced by Add(), Clear(), GetCount(), GetReg(), GetRegList(), Remove(), Replace(), and ~REGULATOR_LIST().