#include <wire.h>
Public Methods | |
| WireEnd (Wire *parent) | |
| ~WireEnd () | |
| void | connect_to (WireEnd *w) |
| void | connect_to (ComponentPin *p) |
| void | disconnect_from (WireEnd *w) |
| void | disconnect_from (ComponentPin *p) |
| void | print () |
Public Attributes | |
| Wire * | parent |
Protected Attributes | |
| vector< ComponentPin * > | connected_pins |
| vector< WireEnd * > | connected_wireends |
Friends | |
| class | Wire |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.14 written by Dimitri van Heesch,
© 1997-2002