#include <MediaRelay.h>

Please refer to the Symmitron documentation for more information about Bridges.
Public Member Functions | |
| Bridge (UtlString &id, Sym *pEndpoint1Sym, Sym *pEndpoint2Sym) | |
| UtlString | getId (void) const |
| const Sym * | getEndpoint1Sym (void) const |
| const Sym * | getEndpoint2Sym (void) const |
| virtual UtlContainableType | getContainableType () const |
| virtual unsigned | hash () const |
| virtual int | compareTo (UtlContainable const *) const |
Static Public Attributes | |
| static const UtlContainableType | TYPE = "Bridge" |
Private Attributes | |
| UtlString | mId |
| < Class type used for runtime checking | |
| Sym * | mpEndpoint1Sym |
| Sym * | mpEndpoint2Sym |
| UtlString getId | ( | void | ) | const |
| const Sym * getEndpoint1Sym | ( | void | ) | const |
| const Sym * getEndpoint2Sym | ( | void | ) | const |
| UtlContainableType getContainableType | ( | void | ) | const [virtual] |
Implements UtlContainable.
| unsigned hash | ( | ) | const [virtual] |
Implements UtlContainable.
| int compareTo | ( | UtlContainable const * | rhs | ) | const [virtual] |
Implements UtlContainable.
const UtlContainableType TYPE = "Bridge" [static] |
Reimplemented from UtlContainable.
Sym* mpEndpoint1Sym [private] |
Sym* mpEndpoint2Sym [private] |