nis-util
1.0.D108
|
#include <depends.h>
Public Member Functions | |
virtual | ~space_auto_master_functor_depends () |
space_auto_master_functor_depends () | |
Protected Member Functions | |
void | walk (const space_auto_master_row::pointer &rp) |
Private Member Functions | |
space_auto_master_functor_depends (const space_auto_master_functor_depends &rhs) | |
space_auto_master_functor_depends & | operator= (const space_auto_master_functor_depends &rhs) |
The space_auto_master_functor_depends class is used to represent the processing required to determine include dependencies of an etc/auto.master file.
The destructor.
Definition at line 24 of file depends.cc.
The default constructor.
Definition at line 29 of file depends.cc.
space_auto_master_functor_depends::space_auto_master_functor_depends | ( | const space_auto_master_functor_depends & | rhs | ) | [private] |
The copy constructor. Do not use.
rhs | The right hand side of the initialization. |
space_auto_master_functor_depends& space_auto_master_functor_depends::operator= | ( | const space_auto_master_functor_depends & | rhs | ) | [private] |
The assignment operator. Do not use.
rhs | The right hand side of the assignment. |
void space_auto_master_functor_depends::walk | ( | const space_auto_master_row::pointer & | rp | ) | [protected, virtual] |
The walk method is used to process each row.
rp | The row to be considered. |
Implements space_auto_master_functor.
Definition at line 36 of file depends.cc.