20 #ifndef _PORTITERATOR_HPP_
21 #define _PORTITERATOR_HPP_ 1
28 #include "portmap_t.hpp"
32 class PortIterator :
public std::iterator< std::forward_iterator_tag, FIFO >
51 void initKeyMap(
portmap_t *
const port_map,
52 std::vector< std::string > &key_map ) ;
55 std::vector< std::string > key_map;
56 std::size_t map_index = 0;
bool operator==(const PortIterator &rhs)
Definition: portiterator.cpp:66
Definition: portiterator.hpp:32
Definition: portmap_t.hpp:27
PortIterator(portmap_t *const port_map)
Definition: portiterator.cpp:29