Inferno  0.2
SlaveIntermediate< ALGO > Struct Template Reference

#include <search_replace.hpp>

Inheritance diagram for SlaveIntermediate< ALGO >:
[legend]
Collaboration diagram for SlaveIntermediate< ALGO >:
[legend]

List of all members.

Public Member Functions

 SlaveIntermediate (TreePtr< Node > sp, TreePtr< Node > rp)
virtual void SetCouplingsMaster (CouplingKeys *ck)
virtual void GetGraphInfo (vector< string > *labels, vector< TreePtr< Node > > *links) const

Detailed Description

template<typename ALGO>
struct SlaveIntermediate< ALGO >

Definition at line 234 of file search_replace.hpp.


Constructor & Destructor Documentation

template<typename ALGO>
SlaveIntermediate< ALGO >::SlaveIntermediate ( TreePtr< Node sp,
TreePtr< Node rp 
) [inline]

Definition at line 236 of file search_replace.hpp.


Member Function Documentation

template<typename ALGO>
virtual void SlaveIntermediate< ALGO >::GetGraphInfo ( vector< string > *  labels,
vector< TreePtr< Node > > *  links 
) const [inline, virtual]

Reimplemented from Transformation.

Definition at line 243 of file search_replace.hpp.

Referenced by SlaveIntermediate< CompareReplace >::GetGraphInfo().

template<typename ALGO>
virtual void SlaveIntermediate< ALGO >::SetCouplingsMaster ( CouplingKeys ck) [inline, virtual]

Implements CouplingSlave.

Definition at line 239 of file search_replace.hpp.


The documentation for this struct was generated from the following file: