nis-util
1.0.D108
|
#include <save.h>
Public Member Functions | |
virtual | ~space_automap_functor_save () |
space_automap_functor_save (space_automap *sap) | |
Protected Member Functions | |
void | walk (const space_automap_row_pointer &rp) |
Private Member Functions | |
space_automap_functor_save () | |
space_automap_functor_save (const space_automap_functor_save &rhs) | |
space_automap_functor_save & | operator= (const space_automap_functor_save &rhs) |
Private Attributes | |
space_automap * | sap |
The space_automap_functor_save class is used to represent the processing required to read a file and insert records into an automap.
space_automap_functor_save::~space_automap_functor_save | ( | ) | [virtual] |
space_automap_functor_save::space_automap_functor_save | ( | ) | [private] |
The default constructor. Do not use.
space_automap_functor_save::space_automap_functor_save | ( | const space_automap_functor_save & | rhs | ) | [private] |
The copy constructor. Do not use.
rhs | The right hand side of the initialization. |
space_automap_functor_save& space_automap_functor_save::operator= | ( | const space_automap_functor_save & | rhs | ) | [private] |
The assignment operator. Do not use.
rhs | The right hand side of the assignment. |
void space_automap_functor_save::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.
space_automap* space_automap_functor_save::sap [private] |