Aegis  4.25.D505
Public Member Functions | Private Member Functions
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

The destructor.

The default constructor.

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:
msgThe msg argument is used to say what s to be done.
pathThe path to the file is question.
stThe 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: