RaftLib  0.3a
C++ Stream Processing Template Library
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_ */
Definition: fifo.hpp:41