Inferno
0.2
|
#include <search_replace.hpp>
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 |
Definition at line 234 of file search_replace.hpp.
SlaveIntermediate< ALGO >::SlaveIntermediate | ( | TreePtr< Node > | sp, |
TreePtr< Node > | rp | ||
) | [inline] |
Definition at line 236 of file search_replace.hpp.
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().
virtual void SlaveIntermediate< ALGO >::SetCouplingsMaster | ( | CouplingKeys * | ck | ) | [inline, virtual] |
Implements CouplingSlave.
Definition at line 239 of file search_replace.hpp.