AUI Framework
master
Cross-platform base for C++ UI apps
|
RAII-style file owner for storing temporary data on disk. More...
#include <AUI/IO/APath.h>
Public Member Functions# | |
APathOwner (APath mPath) noexcept | |
operator const APath & () const noexcept | |
const APath & | value () const noexcept |
![]() | |
noncopyable (const noncopyable &)=delete | |
noncopyable & | operator= (const noncopyable &)=delete |
This class represents a type that transparently converts to underlying APath. When APathOwner is destructed, the pointed file is cleaned up, too, regardless of it's type.
APathOwner is designed to simplify management of (temporary) files on disk, ensuring cleanup of the pointed file in RAII (Resource Acquisition Is Initialization) style.