|
Fillwave
10.0.0
|
Wrapper which makes the wrapped pointer not storable and not copyable. More...
#include <PointerProtected.h>
Public Member Functions | |
| PointerProtected (TValueType *p) | |
| Helper && | operator-> ()&& |
| PointerProtected (PointerProtected &&)=default | |
| PointerProtected (const PointerProtected &)=delete | |
| PointerProtected * | operator-> ()&=delete |
| PointerProtected | operator= (PointerProtected getter)=delete |
| PointerProtected | operator= (PointerProtected &&getter)=delete |
Wrapper which makes the wrapped pointer not storable and not copyable.
1.8.11