#include <OE/Misc/Pimpl.hpp>
template<typename T>
Pimpl class
Contents
Constructors, destructors, conversion operators
Public functions
- auto getPimpl() -> T*
Protected functions
- void setPimpl(T* pimpl)
Protected variables
- T* p_Pimpl