Public Types | |
| enum | Flags { NoOp = 0, Autodelete = 1L << 0, KeepTopdir = 1L << 1, CtorDefault = Autodelete } |
Public Member Functions | |
| Impl (const Pathname &path_r, Flags flags_r=CtorDefault) | |
| ~Impl () | |
| const Pathname & | path () const |
Private Attributes | |
| Pathname | _path |
| Flags | _flags |
Definition at line 36 of file TmpPath.cc.
| zypp::filesystem::TmpPath::Impl::Impl | ( | const Pathname & | path_r, | |
| Flags | flags_r = CtorDefault | |||
| ) | [inline] |
Definition at line 51 of file TmpPath.cc.
| zypp::filesystem::TmpPath::Impl::~Impl | ( | ) | [inline] |
Definition at line 55 of file TmpPath.cc.
References _flags, _path, Autodelete, zypp::filesystem::clean_dir(), DBG, zypp::filesystem::Pathname::empty(), INT, zypp::filesystem::PathInfo::isDir(), zypp::filesystem::PathInfo::isExist(), KeepTopdir, zypp::filesystem::PathInfo::LSTAT, zypp::filesystem::recursive_rmdir(), and zypp::filesystem::unlink().
| const Pathname& zypp::filesystem::TmpPath::Impl::path | ( | ) | const [inline] |
Flags zypp::filesystem::TmpPath::Impl::_flags [private] |
1.5.3