Design Patterns
direction.h
Go to the documentation of this file.
1 // Based on "Design Patterns: Elements of Reusable Object-Oriented Software"
2 // book by Erich Gamma, John Vlissides, Ralph Johnson, and Richard Helm
3 //
4 // Created by Bartosz Rachwal. The National Institute of Advanced Industrial Science and Technology, Japan.
5 
6 #ifndef CREATIONAL_MAZEPARTS_DIRECTION_H_
7 #define CREATIONAL_MAZEPARTS_DIRECTION_H_
8 
9 namespace creational
10 {
11 namespace commons
12 {
14 {
19 };
20 }
21 }
22 
23 #endif
24 
Direction
Definition: direction.h:13
Definition: direction.h:17
Definition: direction.h:16
Definition: bombed_maze_factory.cc:11
Definition: direction.h:18
Definition: direction.h:15