#include <autopointers.h>
Public Member Functions | |
| BidirectionalConnector (SRC *self_end_) | |
| ~BidirectionalConnector () | |
| void | Disconnect () |
| void | Connect (BidirectionalConnector< DEST, SRC > *other_) |
| SRC * | GetSelfEnd () |
| DEST * | GetOtherEnd () |
Private Attributes | |
| SRC * | self_end |
| DEST * | other_end |
| BidirectionalConnector< DEST, SRC > * | other |
Definition at line 214 of file autopointers.h.
| BidirectionalConnector< SRC, DEST >::BidirectionalConnector | ( | SRC * | self_end_ | ) | [inline] |
Definition at line 219 of file autopointers.h.
| BidirectionalConnector< SRC, DEST >::~BidirectionalConnector | ( | ) | [inline] |
Definition at line 225 of file autopointers.h.
| void BidirectionalConnector< SRC, DEST >::Connect | ( | BidirectionalConnector< DEST, SRC > * | other_ | ) | [inline] |
Definition at line 236 of file autopointers.h.
| void BidirectionalConnector< SRC, DEST >::Disconnect | ( | ) | [inline] |
Definition at line 228 of file autopointers.h.
| DEST* BidirectionalConnector< SRC, DEST >::GetOtherEnd | ( | ) | [inline] |
Definition at line 250 of file autopointers.h.
| SRC* BidirectionalConnector< SRC, DEST >::GetSelfEnd | ( | ) | [inline] |
Definition at line 247 of file autopointers.h.
BidirectionalConnector<DEST,SRC>* BidirectionalConnector< SRC, DEST >::other [private] |
Definition at line 217 of file autopointers.h.
DEST* BidirectionalConnector< SRC, DEST >::other_end [private] |
Definition at line 216 of file autopointers.h.
SRC* BidirectionalConnector< SRC, DEST >::self_end [private] |
Definition at line 215 of file autopointers.h.
1.6.3