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 >
50 static void initKeyMap(
portmap_t *port_map, std::vector< std::string > &key_map );
53 std::vector< std::string > key_map;
54 std::size_t map_index = 0;
PortIterator(portmap_t *port_map)
Definition: portiterator.cpp:29
bool operator==(const PortIterator &rhs)
Definition: portiterator.cpp:63
Definition: portiterator.hpp:32
Definition: portmap_t.hpp:28