#include <port.h>
Inheritance diagram for InPort< T >:
Public Member Functions | |
InPort (const Id &n, In< T > &i) | |
void | read (T &t) |
void | read (T *p, unsigned int n) |
Connector * | connector () |
|
|
|
Implements In< T >. |
|
Reimplemented from InPortImplT< T >. Definition at line 28 of file port.cc. References InPortImplT< T >::read(). |
|
Reimplemented from InPortImplT< T >. Definition at line 22 of file port.cc. References InPortImplT< T >::read(). Referenced by read(). |