RaftLib
0.3a
C++ Stream Processing Template Library
Main Page
Related Pages
Namespaces
Classes
Files
File List
port_info_types.hpp
1
20
#ifndef _PORT_INFO_TYPES_HPP_
21
#define _PORT_INFO_TYPES_HPP_ 1
22
#include <cstddef>
23
#include <map>
24
#include <functional>
25
#include "fifo.hpp"
26
27
typedef
std::map< bool, std::function<
FIFO
* ( std::size_t ,
28
std::size_t ,
29
void
* ) > >
30
instr_map_t;
31
#endif
/* END _PORT_INFO_TYPES_HPP_ */
FIFO
Definition:
fifo.hpp:41
Generated on Thu Mar 19 2015 14:14:01 for RaftLib by
1.8.8