libzypp 17.37.17
|
Clean or delete a directory on destruction. More...
Public Types | |
enum | Flags { NoOp = 0 , Autodelete = 1L << 0 , KeepTopdir = 1L << 1 , CtorDefault = Autodelete } |
Public Member Functions | |
Impl (Pathname &&path_r, Flags flags_r=CtorDefault) | |
Impl (const Impl &)=delete | |
Impl (Impl &&)=delete | |
Impl & | operator= (const Impl &)=delete |
Impl & | operator= (Impl &&)=delete |
~Impl () override | |
const Pathname & | path () const |
bool | autoCleanup () const |
void | autoCleanup (bool yesno_r) |
Public Member Functions inherited from zypp::base::ReferenceCounted | |
ReferenceCounted () | |
Default ctor. | |
ReferenceCounted (const ReferenceCounted &rhs) | |
Copy ctor. | |
virtual | ~ReferenceCounted () |
Dtor. | |
ReferenceCounted & | operator= (const ReferenceCounted &) |
Assignment. | |
unsigned | refCount () const |
Return reference counter value. | |
void | ref () const |
Add a reference. | |
void | unref () const |
Release a reference. |
Private Attributes | |
Pathname | _path |
Flags | _flags |
Additional Inherited Members | |
Static Public Member Functions inherited from zypp::base::ReferenceCounted | |
static void | add_ref (const ReferenceCounted *ptr_r) |
Called by zypp::intrusive_ptr to add a reference. | |
static void | release (const ReferenceCounted *ptr_r) |
Called by zypp::intrusive_ptr to add a reference. | |
Protected Member Functions inherited from zypp::base::ReferenceCounted | |
virtual std::ostream & | dumpOn (std::ostream &str) const |
Overload to realize std::ostream & operator<<. | |
virtual void | ref_to (unsigned) const |
Trigger derived classes after refCount was increased. | |
virtual void | unref_to (unsigned) const |
Trigger derived classes after refCount was decreased. | |
Related Symbols inherited from zypp::base::ReferenceCounted | |
void | intrusive_ptr_add_ref (const ReferenceCounted *ptr_r) |
intrusive_ptr hook to add_ref. | |
void | intrusive_ptr_release (const ReferenceCounted *ptr_r) |
intrusive_ptr hook to release. | |
std::ostream & | operator<< (std::ostream &str, const ReferenceCounted &obj) |
Stream output. |
Clean or delete a directory on destruction.
Definition at line 37 of file TmpPath.cc.
Enumerator | |
---|---|
NoOp | |
Autodelete | |
KeepTopdir | |
CtorDefault |
Definition at line 41 of file TmpPath.cc.
|
inline |
Definition at line 51 of file TmpPath.cc.
|
delete |
|
delete |
|
inlineoverride |
Definition at line 61 of file TmpPath.cc.
|
inline |
Definition at line 88 of file TmpPath.cc.
|
inline |
Definition at line 91 of file TmpPath.cc.
|
inline |
Definition at line 94 of file TmpPath.cc.
|
private |
Definition at line 98 of file TmpPath.cc.
|
private |
Definition at line 99 of file TmpPath.cc.