#include <rteselect.h>
Inheritance diagram for rteSelect:
Public Member Functions | |
rteSelect (SelectImpl &s) | |
virtual | ~rteSelect () |
const SelectImpl * | api () const |
virtual void | pushBack (const InPortImpl &p, unsigned int n)=0 |
virtual void | pushBack (const OutPortImpl &p, unsigned int n)=0 |
virtual unsigned int | select ()=0 |
Protected Attributes | |
SelectImpl * | base |
|
Definition at line 14 of file rteselect.cc. References base, base, and SelectImpl::impl. |
|
Definition at line 20 of file rteselect.cc. |
|
Definition at line 23 of file rteselect.cc. References base. Referenced by cosySelect::select(). |
|
Implemented in cosySelect. |
|
Implemented in cosySelect. Referenced by SelectImpl::pushBack(). |
|
Implemented in cosySelect. Referenced by SelectImpl::select(). |
|
Definition at line 33 of file rteselect.h. Referenced by api(), rteSelect(), and cosySelect::select(). |