|
KiCad PCB EDA Suite
|
#include <bus_alias.h>
Public Member Functions | |
| BUS_ALIAS ()=default | |
| ~BUS_ALIAS () | |
| std::shared_ptr< BUS_ALIAS > | Clone () const |
| wxString | GetName () const |
| void | SetName (const wxString &aName) |
| const std::vector< wxString > & | Members () const |
| void | SetMembers (const std::vector< wxString > &aMembers) |
| void | AddMember (const wxString &aMember) |
| void | ClearMembers () |
Protected Attributes | |
| wxString | m_name |
| std::vector< wxString > | m_members |
Definition at line 30 of file bus_alias.h.
|
default |
|
inline |
Definition at line 35 of file bus_alias.h.
|
inline |
Definition at line 62 of file bus_alias.h.
References m_members.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and BOOST_AUTO_TEST_CASE().
|
inline |
Definition at line 70 of file bus_alias.h.
References m_members.
Referenced by BOOST_AUTO_TEST_CASE().
|
inline |
Definition at line 38 of file bus_alias.h.
Referenced by BOOST_AUTO_TEST_CASE().
|
inline |
|
inline |
Definition at line 47 of file bus_alias.h.
References m_members.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and BOOST_AUTO_TEST_CASE().
|
inline |
Definition at line 49 of file bus_alias.h.
References m_members.
Referenced by BOOST_AUTO_TEST_CASE().
|
inline |
Definition at line 45 of file bus_alias.h.
References m_name.
Referenced by BOOST_AUTO_TEST_CASE(), and BOOST_AUTO_TEST_CASE().
|
protected |
Definition at line 74 of file bus_alias.h.
Referenced by AddMember(), ClearMembers(), Members(), and SetMembers().
|
protected |
Definition at line 73 of file bus_alias.h.