RaftLib
0.3a
C++ Stream Processing Template Library
Main Page
Related Pages
Namespaces
Classes
Files
File List
porttemplate.hpp
1
26
#ifndef _PORTTEMPLATE_HPP_
27
#define _PORTTEMPLATE_HPP_ 1
28
#include <map>
29
#include "port_info.hpp"
30
31
class
PortTemplate
32
{
33
public
:
34
PortTemplate
();
35
36
virtual
~
PortTemplate
();
37
38
protected
:
39
std::map< std::string, PortInfo& > map;
40
};
41
#endif
/* END _PORTTEMPLATE_HPP_ */
PortTemplate
Definition:
porttemplate.hpp:31
Generated on Mon Oct 12 2015 12:16:50 for RaftLib by
1.8.9.1