PortMap
const PortMap&
PortMap::const_iterator found = fPortMap.find(name);
PortMap::iterator iterator = fPortMap.begin();
PortMap::const_iterator iterator = Ports().begin();
PortMap::const_iterator iterator = fPortMap.begin();
for (PortMap::iterator iterator = fPortMap.begin();
PortMap::const_iterator constIterator = other.Ports().begin();
PortMap::iterator iterator = fPortMap.begin();
PortMap fPortMap;
const PortMap& Ports() const;
PortMap::const_iterator iterator = job->Ports().begin();