|
KiCad PCB EDA Suite
|
#include <ibis_parser.h>
Public Member Functions | |
| IbisSubmodelMode (std::string name, IBIS_SUBMODEL_MODE mode) | |
Public Attributes | |
| std::string | m_name |
| IBIS_SUBMODEL_MODE | m_mode |
Definition at line 526 of file ibis_parser.h.
|
inline |
Definition at line 529 of file ibis_parser.h.
| IBIS_SUBMODEL_MODE IbisSubmodelMode::m_mode |
Definition at line 535 of file ibis_parser.h.
Referenced by IbisSubmodelMode(), and KIBIS_MODEL::KIBIS_MODEL().
| std::string IbisSubmodelMode::m_name |
Definition at line 534 of file ibis_parser.h.
Referenced by IbisSubmodelMode(), KIBIS_MODEL::KIBIS_MODEL(), and IbisParser::ParseFile().