Implements the Pimpl idiom. It's a wrapper for a smart pointer which automatically creates and deletes the implementation object and adds const propagation to the smart pointer.
Usage
see test/Pimpl
The documentation for this class was generated from the following file: