nis-util  1.0.D108
Public Member Functions | Protected Member Functions | Private Member Functions
space_auto_master_functor_depends Class Reference

#include <depends.h>

Inheritance diagram for space_auto_master_functor_depends:
space_auto_master_functor

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_dependsoperator= (const space_auto_master_functor_depends &rhs)

Detailed Description

The space_auto_master_functor_depends class is used to represent the processing required to determine include dependencies of an etc/auto.master file.

Definition at line 29 of file depends.h.


Constructor & Destructor Documentation

The destructor.

Definition at line 24 of file depends.cc.

The default constructor.

Definition at line 29 of file depends.cc.

The copy constructor. Do not use.

Parameters:
rhsThe right hand side of the initialization.

Member Function Documentation

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.

Parameters:
rhsThe right hand side of the assignment.

The walk method is used to process each row.

Parameters:
rpThe row to be considered.

Implements space_auto_master_functor.

Definition at line 36 of file depends.cc.


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