#include <selectimpl.h>
Inheritance diagram for SelectImpl:
Public Member Functions | |
SelectImpl (const IdBase &n) | |
~SelectImpl () | |
void | pushBack (const InPortImpl &p, unsigned int n=1) |
void | pushBack (const OutPortImpl &p, unsigned int n=1) |
unsigned int | select () |
rteSelect * | rte () const |
Private Attributes | |
rteSelect * | impl |
Friends | |
class | rteSelect |
|
Definition at line 18 of file selectimpl.cc. References Rte::create(), and NetworkImpl::RTE(). |
|
Definition at line 23 of file selectimpl.cc. References impl. |
|
Definition at line 38 of file selectimpl.cc. References impl, and rteSelect::pushBack(). |
|
Definition at line 33 of file selectimpl.cc. References impl, and rteSelect::pushBack(). Referenced by SelectList::pushBack(). |
|
Definition at line 43 of file selectimpl.cc. References impl. |
|
Reimplemented in SelectList. Definition at line 28 of file selectimpl.cc. References impl, and rteSelect::select(). Referenced by SelectList::select(). |
|
Definition at line 31 of file selectimpl.h. |
|
Definition at line 35 of file selectimpl.h. Referenced by pushBack(), rte(), rteSelect::rteSelect(), select(), and ~SelectImpl(). |