Of Bridges and Pimpls:
The Bridge Pattern
by Rainer Grimm
From the article:
In C++, a simplified version of the Bridge Pattern is often used. ... The key idea of the Pimpl Idiom is that the implementation of the class is hidden behind a pointer. Here is a recipe for implementing the Pimpl Idiom: ...
Add a Comment
Comments are closed.