Implementation of the Iterator_Exercise() function as used in the Iterator Pattern. More...
#include <iostream>
#include "helpers/formatstring.h"
#include "Iterator_Exercise.h"
#include "Iterator_Class.h"
Go to the source code of this file.
Namespaces | |
namespace | DesignPatternExamples_cpp |
The namespace containing all Design Pattern Examples implemented in C++. | |
Functions | |
void | Iterator_Exercise () |
Example of using the Iterator design pattern. | |
Implementation of the Iterator_Exercise() function as used in the Iterator Pattern.
Definition in file Iterator_Exercise.cpp.