Declaration of the Iterator_Exercise() function as used in the Iterator Pattern. More...
Go to the source code of this file.
Namespaces | |
namespace | DesignPatternExamples_cpp |
The namespace containing all Design Pattern Examples implemented in C++. | |
Macros | |
#define | __ITERATOR_EXERCISE_H__ |
Functions | |
void | Iterator_Exercise () |
Example of using the Iterator design pattern. | |
Declaration of the Iterator_Exercise() function as used in the Iterator Pattern.
Definition in file cplusplus/Iterator_Exercise.h.
#define __ITERATOR_EXERCISE_H__ |
Definition at line 9 of file cplusplus/Iterator_Exercise.h.