lean cpp library
A lean C++ library providing efficient utility classes for high-performance C++ applications.
Protected Member Functions
lean::pimpl::unsafe_pimpl_base Class Reference

Base class that permits unsafe destruction for incomplete private implementation classes, ONLY USE IF CORRECT DESTRUCTION NOT REQUIRED. More...

#include <unsafe_pimpl_base.h>

List of all members.

Protected Member Functions

LEAN_INLINE unsafe_pimpl_base (const unsafe_pimpl_base &)
LEAN_INLINE unsafe_pimpl_baseoperator= (const unsafe_pimpl_base &)

Detailed Description

Base class that permits unsafe destruction for incomplete private implementation classes, ONLY USE IF CORRECT DESTRUCTION NOT REQUIRED.


The documentation for this class was generated from the following file: