#include <select.h>
Inheritance diagram for SelectList:
Public Member Functions | |
SelectList (const Id &n) | |
template<class T> void | pushBack (const InPort< T > &p, unsigned int n=1) |
template<class T> void | pushBack (const OutPort< T > &p, unsigned int n=1) |
unsigned int | select () |
|
|
|
Definition at line 25 of file select.cc. References SelectImpl::pushBack(). |
|
Definition at line 19 of file select.cc. References SelectImpl::pushBack(). Referenced by select(). |
|
Reimplemented from SelectImpl. Definition at line 31 of file select.cc. References SelectImpl::select(). Referenced by select(). |