Rebel Fork Framework
|
Helper class to create and destory temporary directory. More...
#include <Urho3D/IO/FileSystem.h>
Public Member Functions | |
TemporaryDir (Context *context, const ea::string &path) | |
TemporaryDir (TemporaryDir &&rhs) | |
TemporaryDir & | operator= (TemporaryDir &&rhs) |
ea::string | GetPath () const |
Return the path. | |
Private Attributes | |
FileSystem * | fs_ {} |
ea::string | path_ |
Additional Inherited Members | |
Protected Member Functions inherited from Urho3D::MovableNonCopyable | |
MovableNonCopyable (MovableNonCopyable &&other)=default | |
MovableNonCopyable & | operator= (MovableNonCopyable &&other)=default |
MovableNonCopyable (const MovableNonCopyable &other)=delete | |
MovableNonCopyable & | operator= (const MovableNonCopyable &other)=delete |
Helper class to create and destory temporary directory.