Design Patterns
Main Page
Namespaces
Classes
Files
File List
event.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 STRUCTURAL_PROXY_EVENT_H_
7
#define STRUCTURAL_PROXY_EVENT_H_
8
9
namespace
structural
10
{
11
namespace
proxy
12
{
13
class
Event
{ };
14
}
15
}
16
17
#endif
18
structural
Definition:
shape_interface.h:11
structural::proxy::Event
Definition:
event.h:13
src
structural
src
proxy
event.h
Generated by
1.8.10