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

#include <tee.h>

Inheritance diagram for space_automap_functor_tee:
space_automap_functor

Public Member Functions

virtual ~space_automap_functor_tee ()
 space_automap_functor_tee (space_automap_functor &afr1, space_automap_functor &afr2)

Protected Member Functions

void walk (const space_automap_row_pointer &rp)

Private Member Functions

 space_automap_functor_tee ()
 space_automap_functor_tee (const space_automap_functor_tee &rhs)
space_automap_functor_teeoperator= (const space_automap_functor_tee &rhs)

Private Attributes

space_automap_functorafr1
space_automap_functorafr2

Detailed Description

The space_automap_functor_tee class is used to represent calling more than one functor at a time.

Definition at line 28 of file tee.h.


Constructor & Destructor Documentation

The destructor.

Definition at line 23 of file tee.cc.

The constructor.

Definition at line 28 of file tee.cc.

The default constructor. Do not use.

The copy constructor. Do not use.

Parameters:
rhsThe right hand side of the initialization.

Member Function Documentation

space_automap_functor_tee& space_automap_functor_tee::operator= ( const space_automap_functor_tee rhs) [private]

The assignment operator. Do not use.

Parameters:
rhsThe right hand side of the assignment.
void space_automap_functor_tee::walk ( const space_automap_row_pointer rp) [protected, virtual]

The walk function is used to traverse each row.

Parameters:
rpThe row to be processed.

Implements space_automap_functor.

Definition at line 39 of file tee.cc.


Field Documentation

Definition at line 48 of file tee.h.

Definition at line 49 of file tee.h.


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