sbaldu / DynamicalSystemFramework

Framework for modelling dynamical complex systems

Home Page:https://sbaldu.github.io/DynamicalSystemFramework/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement iteration over queues

sbaldu opened this issue · comments

During the evolution of the system we need to be able to iterate over the elements of the queues of the Street and Node classes. This functionality is not provided by default for the std::queue container, so we need to implement it ourselves.