Inkscape
Vector Graphics Editor
Loading...
Searching...
No Matches
hybrid-pointer.h File Reference

A helper variant type wrapping either an owning pointer (std::unique_ptr) or a non-owning, plain pointer. More...

Go to the source code of this file.

Classes

class  Inkscape::Util::HybridPointer< T >
 A helper class holding an owning or non-owning pointer depending on the memory management requirements. More...
 

Namespaces

namespace  Inkscape
 Helper class to stream background task notifications as a series of messages.
 
namespace  Inkscape::Util
 Miscellaneous supporting code.
 

Detailed Description

A helper variant type wrapping either an owning pointer (std::unique_ptr) or a non-owning, plain pointer.

Definition in file hybrid-pointer.h.