Rebel Fork Framework
|
Helper class to mount and unmount an object automatically. More...
#include <Urho3D/IO/VirtualFileSystem.h>
Public Member Functions | |
MountPointGuard (MountPoint *mountPoint) | |
MountPointGuard (MountPointGuard &&other) noexcept | |
MountPointGuard & | operator= (MountPointGuard &&other) noexcept |
void | Release () |
MountPoint * | Get () const |
template<class T > | |
MountPointGuard (const SharedPtr< T > &mountPoint) | |
Private Attributes | |
SharedPtr< MountPoint > | mountPoint_ |
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 mount and unmount an object automatically.