Software-Pattern.org
Patterns
Categories
Books
Authors
About
Login
Pimpl Idiom
Structural Pattern
The PIMPL Idiom (Pointer to IMPLementation) is a technique for implementation hiding in which a public class wraps a structure or class that cannot be seen outside the library the public class is part of.
Links
Pimpl Idiom on c2.com