CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
RemoveTreeHelper Class Reference

Public Member Functions

 RemoveTreeHelper ()
 
void RemoveFile (const std::string &parent_path, const std::string &name)
 
void RemoveDir (const std::string &parent_path, const std::string &name)
 
bool TryRemoveDir (const std::string &parent_path, const std::string &name)
 

Public Attributes

bool success
 

Detailed Description

Helper class that provides callback functions for the file system traversal.

Definition at line 1069 of file posix.cc.

Constructor & Destructor Documentation

RemoveTreeHelper::RemoveTreeHelper ( )
inline

Definition at line 1072 of file posix.cc.

Member Function Documentation

void RemoveTreeHelper::RemoveDir ( const std::string &  parent_path,
const std::string &  name 
)
inline

Definition at line 1080 of file posix.cc.

Referenced by RemoveTree().

Here is the caller graph for this function:

void RemoveTreeHelper::RemoveFile ( const std::string &  parent_path,
const std::string &  name 
)
inline

Definition at line 1075 of file posix.cc.

Referenced by RemoveTree().

Here is the caller graph for this function:

bool RemoveTreeHelper::TryRemoveDir ( const std::string &  parent_path,
const std::string &  name 
)
inline

Definition at line 1085 of file posix.cc.

Referenced by RemoveTree().

Here is the caller graph for this function:

Member Data Documentation

bool RemoveTreeHelper::success

Definition at line 1071 of file posix.cc.

Referenced by RemoveTree().


The documentation for this class was generated from the following file: