nis-util
1.0.D108
|
#include <indirect.h>
Public Member Functions | |
virtual | ~space_automap_functor_indirect () |
space_automap_functor_indirect (space_automap *context) | |
Protected Member Functions | |
void | walk (const space_automap_row_pointer &rp) |
Private Member Functions | |
space_automap_functor_indirect () | |
space_automap_functor_indirect (const space_automap_functor_indirect &rhs) | |
space_automap_functor_indirect & | operator= (const space_automap_functor_indirect &rhs) |
Private Attributes | |
space_automap * | context |
The space_automap_functor_indirect class is used to represent the processing required to read in afpvol maps.
Definition at line 31 of file indirect.h.
The destructor.
Definition at line 27 of file indirect.cc.
The constructor.
Definition at line 32 of file indirect.cc.
The default constructor. Do not use.
space_automap_functor_indirect::space_automap_functor_indirect | ( | const space_automap_functor_indirect & | rhs | ) | [private] |
The copy constructor. Do not use.
rhs | The right hand side of the initialization. |
space_automap_functor_indirect& space_automap_functor_indirect::operator= | ( | const space_automap_functor_indirect & | rhs | ) | [private] |
The assignment operator. Do not use.
rhs | The right hand side of the assignment. |
void space_automap_functor_indirect::walk | ( | const space_automap_row_pointer & | rp | ) | [protected, virtual] |
The walk function is used to traverse each row.
rp | The row to be processed. |
Implements space_automap_functor.
Definition at line 42 of file indirect.cc.
Definition at line 50 of file indirect.h.