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

Implementation of the IteratorContainer_Class class as used in the Iterator Pattern. More...

#include "helpers/_countof.h"
#include "Iterator_Class.h"
Include dependency graph for Iterator_Class.cpp:

Go to the source code of this file.

Namespaces

namespace  DesignPatternExamples_cpp
 The namespace containing all Design Pattern Examples implemented in C++.
 

Detailed Description

Implementation of the IteratorContainer_Class class as used in the Iterator Pattern.

Definition in file Iterator_Class.cpp.