#include <Pimpl.h>
Public Types | |
| typedef T | Impl |
Public Member Functions | |
| Pimpl () | |
| ~Pimpl () | |
| T * | operator-> () |
| T & | operator * () |
| const T * | operator-> () const |
| const T & | operator * () const |
| Pointer & | wrapped () |
| const Pointer & | wrapped () const |
Definition at line 75 of file Pimpl.h.
1.5.1-p1