#include "io.h"
#include "portimplt.h"
#include "id.h"
#include "select.h"
#include "port.cc"
Go to the source code of this file.
Compounds | |
class | InPort |
class | OutPort |
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 68 of file port.cc. References InPort< T >::read(). |
|
Definition at line 86 of file port.cc. References OutPort< T >::write(). |
|
Definition at line 80 of file port.cc. References OutPort< T >::write(). |