Click here to Skip to main content
15,885,985 members
Articles / Programming Languages / C++

Mediator Pattern (basic_mediator template class)

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
21 May 2012MIT3 min read 21.1K   304   11  
An implementation of the GoF Behavioral Design Pattern - Mediator.

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
Australia Australia
Developing various kinds of software using C/C++ since 1984 or so. Started out writing 8086 asm for direct screen i/o and mouse handling etc.
Used several other languages eg. Java, Python, Clipper/dBase, FORTRAN 77, Natural ADABAS, Unix scripting, etc.
Previous role involved Enterprise Content Management on Win32.
Most recently worked on managing secure code example development for an online secure code training product.
securecodewarrior.com

Comments and Discussions