#include "pnxmltags.h"
#include "ymldefs.h"
#include <iostream>
#include "id.h"
#include "io.h"
#include "port.cc"
Include dependency graph for port.h:
Go to the source code of this file.
Classes | |
class | InPort< T > |
class | OutPort< T > |
Defines | |
#define | YMLGEN_PORT_BASENAME "YMLGen_Port_" |
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) |
|
|
|
|
|
|
|
|
|
|