Design Pattern Examples
Overview of object-oriented design patterns
Iterator_Exercise.cpp File Reference

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"
Include dependency graph for Iterator_Exercise.cpp:

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.
 

Detailed Description

Implementation of the Iterator_Exercise() function as used in the Iterator Pattern.

Definition in file Iterator_Exercise.cpp.