dir_functor_rmdir_bg Class Reference

#include <rmdir_bg.h>

Inheritance diagram for dir_functor_rmdir_bg:

dir_functor

Public Member Functions

virtual ~dir_functor_rmdir_bg ()
 dir_functor_rmdir_bg ()
void operator() (msg_t msg, const nstring &path, const struct stat &st)

Private Member Functions

 dir_functor_rmdir_bg (const dir_functor_rmdir_bg &)
dir_functor_rmdir_bgoperator= (const dir_functor_rmdir_bg &)

Detailed Description

The dir_functor_rmdir_bg class is used to represent a background recursive directory remover.

Definition at line 31 of file rmdir_bg.h.


Constructor & Destructor Documentation

virtual dir_functor_rmdir_bg::~dir_functor_rmdir_bg (  )  [virtual]

The destructor.

dir_functor_rmdir_bg::dir_functor_rmdir_bg (  ) 

The default constructor.

dir_functor_rmdir_bg::dir_functor_rmdir_bg ( const dir_functor_rmdir_bg  )  [private]

The copy constructor. Do not use.


Member Function Documentation

void dir_functor_rmdir_bg::operator() ( msg_t  msg,
const nstring path,
const struct stat &  st 
) [virtual]

The () operator is used to implement the function of the functor.

Parameters:
msg The msg argument is used to say what s to be done.
path The path to the file is question.
st The file information about the path.

Implements dir_functor.

dir_functor_rmdir_bg& dir_functor_rmdir_bg::operator= ( const dir_functor_rmdir_bg  )  [private]

The assignment operator. Do not use.


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

Generated on Wed Mar 12 23:37:39 2008 for Aegis by  doxygen 1.5.5