#include <rmdir_bg.h>
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_bg & | operator= (const dir_functor_rmdir_bg &) |
Definition at line 31 of file rmdir_bg.h.
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.
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.
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.