Go to the source code of this file.
Functions | |
template<class T> void | read (InPort< T > &s, T &t) |
template<class T> void | read (InPort< T > &s, T *p, unsigned int n) |
template<class T> void | write (OutPort< T > &s, const T &t) |
template<class T> void | write (OutPort< T > &s, const T *p, unsigned int n) |
|
Definition at line 74 of file port.cc. References InPort< T >::read(). |
|
|
|
Definition at line 86 of file port.cc. References OutPort< T >::write(). |
|
|